#5B1889

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

Shades of Indigo #5B1889

Tints of Indigo #5B1889

Color information

#5B1889 (or 0x5B1889) is unknown color: approx Indigo. HEX triplet: 5B, 18 and 89. RGB value is (91,24,137). Sum of RGB (Red+Green+Blue) = 91+24+137=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B1889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1889 is #A4E776. Grayscale: #383838. Windows color (decimal): -10807159 or 8984667. OLE color: 8984667.

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

Color convert

RGB9124137-
CMYK0.340.8200.46
HSL275.58º70.19%31.57%-
HSV(B)275.58º82.48%53.73%-
XYZ9.164.6824.09-
YUV56.92173.2152.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.11%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=36.11%
G=9.52%
B=54.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91241370.340.8200.46275.5870.1931.57
Hex5B1889225202E1144620
Octal133302114212205642410640
Binary10110111100010001001100010101001001011101000101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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