#551886

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

Shades of Indigo #551886

Tints of Indigo #551886

Color information

#551886 (or 0x551886) is unknown color: approx Indigo. HEX triplet: 55, 18 and 86. RGB value is (85,24,134). Sum of RGB (Red+Green+Blue) = 85+24+134=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #551886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551886 is #AAE779. Grayscale: #363636. Windows color (decimal): -11200378 or 8788053. OLE color: 8788053.

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

Color convert

RGB8524134-
CMYK0.370.8200.47
HSL273.27º69.62%30.98%-
HSV(B)273.27º82.09%52.55%-
XYZ8.384.3122.94-
YUV54.78172.71149.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 134 (52.73% from 255) = 55.14%
R=34.98%
G=9.88%
B=55.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85241340.370.8200.47273.2769.6230.98
Hex551886255202F111461f
Octal125302064512205742110637
Binary1010101110001000011010010110100100101111100010001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551886; }

 p { color: rgb(85,24,134); }

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

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

 a { background-color: rgb(85,24,134); }

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

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

 span { border-color: rgb(85,24,134); }

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