#5508A0

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

Shades of Indigo #5508A0

Tints of Indigo #5508A0

Color information

#5508A0 (or 0x5508A0) is unknown color: approx Indigo. HEX triplet: 55, 08 and A0. RGB value is (85,8,160). Sum of RGB (Red+Green+Blue) = 85+8+160=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #5508A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5508A0 is #AAF75F. Grayscale: #2F2F2F. Windows color (decimal): -11204448 or 10487893. OLE color: 10487893.

HSL color Cylindrical-coordinate representation of color #5508A0: hue angle of 270.39º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5508A0 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB858160-
CMYK0.470.9500.37
HSL270.39º90.48%32.94%-
HSV(B)270.39º95%62.75%-
XYZ10.184.6433.62-
YUV48.35191.01154.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 160 (62.89% from 255) = 63.24%
R=33.60%
G=3.16%
B=63.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8581600.470.9500.37270.3990.4832.94
Hex558A02F5F02510e5a21
Octal125102405713704541613241
Binary1010101100010100000101111101111101001011000011101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5508A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5508A0; }

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

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

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

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

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

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

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

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