#5A056E

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

Shades of Indigo #5A056E

Tints of Indigo #5A056E

Color information

#5A056E (or 0x5A056E) is unknown color: approx Indigo. HEX triplet: 5A, 05 and 6E. RGB value is (90,5,110). Sum of RGB (Red+Green+Blue) = 90+5+110=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A056E is #A5FA91. Grayscale: #2A2A2A. Windows color (decimal): -10877586 or 7210330. OLE color: 7210330.

HSL color Cylindrical-coordinate representation of color #5A056E: hue angle of 288.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A056E is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB905110-
CMYK0.180.9500.57
HSL288.57º91.3%22.55%-
HSV(B)288.57º95.45%43.14%-
XYZ7.093.4115.04-
YUV42.38166.16161.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.90%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=43.90%
G=2.44%
B=53.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9051100.180.9500.57288.5791.322.55
Hex5A56E125F0391215b17
Octal13251562213707144113327
Binary101101010111011101001010111110111001100100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A056E; }

 p { color: rgb(90,5,110); }

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

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

 a { background-color: rgb(90,5,110); }

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

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

 span { border-color: rgb(90,5,110); }

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