#5B0589

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

Shades of Indigo #5B0589

Tints of Indigo #5B0589

Color information

#5B0589 (or 0x5B0589) is unknown color: approx Indigo. HEX triplet: 5B, 05 and 89. RGB value is (91,5,137). Sum of RGB (Red+Green+Blue) = 91+5+137=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B0589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0589 is #A4FA76. Grayscale: #2D2D2D. Windows color (decimal): -10812023 or 8979803. OLE color: 8979803.

HSL color Cylindrical-coordinate representation of color #5B0589: hue angle of 279.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0589 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB915137-
CMYK0.340.9600.46
HSL279.09º92.96%27.84%-
HSV(B)279.09º96.35%53.73%-
XYZ8.884.1424-
YUV45.76179.49160.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.06%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 137 (53.91% from 255) = 58.80%
R=39.06%
G=2.15%
B=58.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9151370.340.9600.46279.0992.9627.84
Hex5B589226002E1175d1c
Octal13352114214005642713534
Binary10110111011000100110001011000000101110100010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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