#5B0776

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

Shades of Indigo #5B0776

Tints of Indigo #5B0776

Color information

#5B0776 (or 0x5B0776) is unknown color: approx Indigo. HEX triplet: 5B, 07 and 76. RGB value is (91,7,118). Sum of RGB (Red+Green+Blue) = 91+7+118=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B0776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0776 is #A4F889. Grayscale: #2C2C2C. Windows color (decimal): -10811530 or 7735131. OLE color: 7735131.

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

Color convert

RGB917118-
CMYK0.230.9400.54
HSL285.41º88.8%24.51%-
HSV(B)285.41º94.07%46.27%-
XYZ7.663.6817.45-
YUV44.77169.33160.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.13%
GREEN value IS 7 (3.12% from 255) = 3.24%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=42.13%
G=3.24%
B=54.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9171180.230.9400.54285.4188.824.51
Hex5B776175E03611d5919
Octal13371662713606643513131
Binary101101111111101101011110111100110110100011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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