#5B0076

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

Shades of Indigo #5B0076

Tints of Indigo #5B0076

Color information

#5B0076 (or 0x5B0076) is unknown color: approx Indigo. HEX triplet: 5B, 00 and 76. RGB value is (91,0,118). Sum of RGB (Red+Green+Blue) = 91+0+118=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B0076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0076 is #A4FF89. Grayscale: #282828. Windows color (decimal): -10813322 or 7733339. OLE color: 7733339.

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

Color convert

RGB910118-
CMYK0.23100.54
HSL286.27º100%23.14%-
HSV(B)286.27º100%46.27%-
XYZ7.583.5317.42-
YUV40.66171.65163.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=43.54%
G=0%
B=56.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9101180.23100.54286.2710023.14
Hex5B076176403611e6417
Octal13301662714406643614427
Binary1011011011101101011111001000110110100011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,118); }

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

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

 a { background-color: rgb(91,0,118); }

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

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

 span { border-color: rgb(91,0,118); }

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