#550987

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

Shades of Indigo #550987

Tints of Indigo #550987

Color information

#550987 (or 0x550987) is unknown color: approx Indigo. HEX triplet: 55, 09 and 87. RGB value is (85,9,135). Sum of RGB (Red+Green+Blue) = 85+9+135=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #550987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550987 is #AAF678. Grayscale: #2D2D2D. Windows color (decimal): -11204217 or 8849749. OLE color: 8849749.

HSL color Cylindrical-coordinate representation of color #550987: hue angle of 276.19º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550987 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB859135-
CMYK0.370.9300.47
HSL276.19º87.5%28.24%-
HSV(B)276.19º93.33%52.94%-
XYZ8.223.8823.24-
YUV46.09178.18155.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=37.12%
G=3.93%
B=58.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8591350.370.9300.47276.1987.528.24
Hex55987255D02F114581c
Octal125112074513505742413034
Binary101010110011000011110010110111010101111100010100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550987; }

 p { color: rgb(85,9,135); }

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

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

 a { background-color: rgb(85,9,135); }

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

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

 span { border-color: rgb(85,9,135); }

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