#5A056D

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

Shades of Indigo #5A056D

Tints of Indigo #5A056D

Color information

#5A056D (or 0x5A056D) is unknown color: approx Indigo. HEX triplet: 5A, 05 and 6D. RGB value is (90,5,109). Sum of RGB (Red+Green+Blue) = 90+5+109=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A056D is #A5FA92. Grayscale: #292929. Windows color (decimal): -10877587 or 7144794. OLE color: 7144794.

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

Color convert

RGB905109-
CMYK0.170.9500.57
HSL289.04º91.23%22.35%-
HSV(B)289.04º95.41%42.75%-
XYZ7.033.3914.75-
YUV42.27165.66162.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=44.12%
G=2.45%
B=53.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9051090.170.9500.57289.0491.2322.35
Hex5A56D115F0391215b16
Octal13251552113707144113326
Binary101101010111011011000110111110111001100100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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