#5B1588

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

Shades of Indigo #5B1588

Tints of Indigo #5B1588

Color information

#5B1588 (or 0x5B1588) is unknown color: approx Indigo. HEX triplet: 5B, 15 and 88. RGB value is (91,21,136). Sum of RGB (Red+Green+Blue) = 91+21+136=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B1588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1588 is #A4EA77. Grayscale: #363636. Windows color (decimal): -10807928 or 8918363. OLE color: 8918363.

HSL color Cylindrical-coordinate representation of color #5B1588: hue angle of 276.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1588 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9121136-
CMYK0.330.8500.47
HSL276.52º73.25%30.78%-
HSV(B)276.52º84.56%53.33%-
XYZ9.034.5423.69-
YUV55.04173.69153.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=36.69%
G=8.47%
B=54.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91211360.330.8500.47276.5273.2530.78
Hex5B1588215502F115491f
Octal133252104112505742511137
Binary1011011101011000100010000110101010101111100010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,21,136); }

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

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

 a { background-color: rgb(91,21,136); }

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

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

 span { border-color: rgb(91,21,136); }

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