#551896

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

Shades of Indigo #551896

Tints of Indigo #551896

Color information

#551896 (or 0x551896) is unknown color: approx Indigo. HEX triplet: 55, 18 and 96. RGB value is (85,24,150). Sum of RGB (Red+Green+Blue) = 85+24+150=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #551896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551896 is #AAE769. Grayscale: #383838. Windows color (decimal): -11200362 or 9836629. OLE color: 9836629.

HSL color Cylindrical-coordinate representation of color #551896: hue angle of 269.05º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551896 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8524150-
CMYK0.430.8400.41
HSL269.05º72.41%34.12%-
HSV(B)269.05º84%58.82%-
XYZ9.584.7929.27-
YUV56.6180.71148.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=32.82%
G=9.27%
B=57.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85241500.430.8400.41269.0572.4134.12
Hex5518962B5402910d4822
Octal125302265312405141511042
Binary10101011100010010110101011101010001010011000011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551896; }

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

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

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

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

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

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

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

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