#5B059A

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

Shades of Indigo #5B059A

Tints of Indigo #5B059A

Color information

#5B059A (or 0x5B059A) is unknown color: approx Indigo. HEX triplet: 5B, 05 and 9A. RGB value is (91,5,154). Sum of RGB (Red+Green+Blue) = 91+5+154=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B059A is #A4FA65. Grayscale: #2F2F2F. Windows color (decimal): -10812006 or 10093915. OLE color: 10093915.

HSL color Cylindrical-coordinate representation of color #5B059A: hue angle of 274.63º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B059A is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB915154-
CMYK0.410.9700.40
HSL274.63º93.71%31.18%-
HSV(B)274.63º96.75%60.39%-
XYZ10.24.6730.93-
YUV47.7187.99158.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 154 (60.55% from 255) = 61.6%
R=36.4%
G=2%
B=61.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9151540.410.9700.40274.6393.7131.18
Hex5B59A29610281135e1f
Octal13352325114105042313637
Binary10110111011001101010100111000010101000100010011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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