#5B059E

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

Shades of Indigo #5B059E

Tints of Indigo #5B059E

Color information

#5B059E (or 0x5B059E) is unknown color: approx Indigo. HEX triplet: 5B, 05 and 9E. RGB value is (91,5,158). Sum of RGB (Red+Green+Blue) = 91+5+158=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B059E is #A4FA61. Grayscale: #2F2F2F. Windows color (decimal): -10812002 or 10356059. OLE color: 10356059.

HSL color Cylindrical-coordinate representation of color #5B059E: hue angle of 273.73º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B059E is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB915158-
CMYK0.420.9700.38
HSL273.73º93.87%31.96%-
HSV(B)273.73º96.84%61.96%-
XYZ10.544.832.72-
YUV48.16189.99158.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.83%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 158 (62.11% from 255) = 62.20%
R=35.83%
G=1.97%
B=62.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9151580.420.9700.38273.7393.8731.96
Hex5B59E2A610261125e20
Octal13352365214104642213640
Binary101101110110011110101010110000101001101000100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,5,158); }

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

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

 a { background-color: rgb(91,5,158); }

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

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

 span { border-color: rgb(91,5,158); }

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