#550E77

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

Shades of Indigo #550E77

Tints of Indigo #550E77

Color information

#550E77 (or 0x550E77) is unknown color: approx Indigo. HEX triplet: 55, 0E and 77. RGB value is (85,14,119). Sum of RGB (Red+Green+Blue) = 85+14+119=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #550E77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E77 is #AAF188. Grayscale: #2E2E2E. Windows color (decimal): -11202953 or 7802453. OLE color: 7802453.

HSL color Cylindrical-coordinate representation of color #550E77: hue angle of 280.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550E77 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8514119-
CMYK0.290.8800.53
HSL280.57º78.95%26.08%-
HSV(B)280.57º88.24%46.67%-
XYZ7.233.5817.76-
YUV47.2168.52154.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=38.99%
G=6.42%
B=54.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85141190.290.8800.53280.5778.9526.08
Hex55E771D580351194f1a
Octal125161673513006543111732
Binary1010101111011101111110110110000110101100011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550E77; }

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

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

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

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

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

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

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

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