#5B1676

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

Shades of Indigo #5B1676

Tints of Indigo #5B1676

Color information

#5B1676 (or 0x5B1676) is unknown color: approx Indigo. HEX triplet: 5B, 16 and 76. RGB value is (91,22,118). Sum of RGB (Red+Green+Blue) = 91+22+118=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B1676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1676 is #A4E989. Grayscale: #353535. Windows color (decimal): -10807690 or 7738971. OLE color: 7738971.

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

Color convert

RGB9122118-
CMYK0.230.8100.54
HSL283.12º68.57%27.45%-
HSV(B)283.12º81.36%46.27%-
XYZ7.874.1117.52-
YUV53.58164.36154.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.39%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=39.39%
G=9.52%
B=51.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91221180.230.8100.54283.1268.5727.45
Hex5B1676175103611b451b
Octal133261662712106643310533
Binary10110111011011101101011110100010110110100011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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