#550777

Color #550777 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550777

Tints of Indigo #550777

Color information

#550777 (or 0x550777) is unknown color: approx Indigo. HEX triplet: 55, 07 and 77. RGB value is (85,7,119). Sum of RGB (Red+Green+Blue) = 85+7+119=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #550777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550777 is #AAF888. Grayscale: #2A2A2A. Windows color (decimal): -11204745 or 7800661. OLE color: 7800661.

HSL color Cylindrical-coordinate representation of color #550777: hue angle of 281.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550777 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB857119-
CMYK0.290.9400.53
HSL281.79º88.89%24.71%-
HSV(B)281.79º94.12%46.67%-
XYZ7.153.4217.73-
YUV43.09170.84157.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=40.28%
G=3.32%
B=56.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8571190.290.9400.53281.7988.8924.71
Hex557771D5E03511a5919
Octal12571673513606543213131
Binary101010111111101111110110111100110101100011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550777; }

 p { color: rgb(85,7,119); }

 H1.HeaderClassName
 {
   color: #550777;
 }
 .AnyTagClassName
 {
   color: #550777;
 }
</style>
background-color css

<style>
 a { background-color: #550777; }

 a { background-color: rgb(85,7,119); }

 div.DivClassName
 {
   background-color: #550777;
 }
 .BgClassName
 {
   background-color: #550777;
 }
</style>
border-color css

<style>
 span { border-color: #550777; }

 span { border-color: rgb(85,7,119); }

 td.TdClassName
 {
   border-color: #550777;
 }
 .TagClassName
 {
   border-color: #550777;
 }
</style>