#5B0594

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

Shades of Indigo #5B0594

Tints of Indigo #5B0594

Color information

#5B0594 (or 0x5B0594) is unknown color: approx Indigo. HEX triplet: 5B, 05 and 94. RGB value is (91,5,148). Sum of RGB (Red+Green+Blue) = 91+5+148=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B0594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0594 is #A4FA6B. Grayscale: #2E2E2E. Windows color (decimal): -10812012 or 9700699. OLE color: 9700699.

HSL color Cylindrical-coordinate representation of color #5B0594: hue angle of 276.08º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0594 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB915148-
CMYK0.390.9700.42
HSL276.08º93.46%30%-
HSV(B)276.08º96.62%58.04%-
XYZ9.714.4728.37-
YUV47.02184.99159.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.30%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 148 (58.20% from 255) = 60.66%
R=37.30%
G=2.05%
B=60.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9151480.390.9700.42276.0893.4630
Hex5B594276102A1145d1e
Octal13352244714105242413536
Binary10110111011001010010011111000010101010100010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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