#5B0670

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

Shades of Indigo #5B0670

Tints of Indigo #5B0670

Color information

#5B0670 (or 0x5B0670) is unknown color: approx Indigo. HEX triplet: 5B, 06 and 70. RGB value is (91,6,112). Sum of RGB (Red+Green+Blue) = 91+6+112=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B0670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0670 is #A4F98F. Grayscale: #2B2B2B. Windows color (decimal): -10811792 or 7341659. OLE color: 7341659.

HSL color Cylindrical-coordinate representation of color #5B0670: hue angle of 288.11º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0670 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB916112-
CMYK0.190.9500.56
HSL288.11º89.83%23.14%-
HSV(B)288.11º94.64%43.92%-
XYZ7.33.5215.62-
YUV43.5166.66161.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.54%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=43.54%
G=2.87%
B=53.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9161120.190.9500.56288.1189.8323.14
Hex5B670135F0381205a17
Octal13361602313707044013227
Binary101101111011100001001110111110111000100100000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,6,112); }

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

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

 a { background-color: rgb(91,6,112); }

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

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

 span { border-color: rgb(91,6,112); }

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