#550869

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

Shades of Indigo #550869

Tints of Indigo #550869

Color information

#550869 (or 0x550869) is unknown color: approx Indigo. HEX triplet: 55, 08 and 69. RGB value is (85,8,105). Sum of RGB (Red+Green+Blue) = 85+8+105=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #550869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550869 is #AAF796. Grayscale: #292929. Windows color (decimal): -11204503 or 6883413. OLE color: 6883413.

HSL color Cylindrical-coordinate representation of color #550869: hue angle of 287.63º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550869 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB858105-
CMYK0.190.9200.59
HSL287.63º85.84%22.16%-
HSV(B)287.63º92.38%41.18%-
XYZ6.383.1213.63-
YUV42.08163.51158.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 105 (41.41% from 255) = 53.03%
R=42.93%
G=4.04%
B=53.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8581050.190.9200.59287.6385.8422.16
Hex55869135C03B1205616
Octal125101512313407344012626
Binary1010101100011010011001110111000111011100100000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550869; }

 p { color: rgb(85,8,105); }

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

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

 a { background-color: rgb(85,8,105); }

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

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

 span { border-color: rgb(85,8,105); }

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