#5B106E

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

Shades of Indigo #5B106E

Tints of Indigo #5B106E

Color information

#5B106E (or 0x5B106E) is unknown color: approx Indigo. HEX triplet: 5B, 10 and 6E. RGB value is (91,16,110). Sum of RGB (Red+Green+Blue) = 91+16+110=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B106E is #A4EF91. Grayscale: #303030. Windows color (decimal): -10809234 or 7213147. OLE color: 7213147.

HSL color Cylindrical-coordinate representation of color #5B106E: hue angle of 287.87º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B106E is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9116110-
CMYK0.170.8500.57
HSL287.87º74.6%24.71%-
HSV(B)287.87º85.45%43.14%-
XYZ7.313.7215.08-
YUV49.14162.35157.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.94%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=41.94%
G=7.37%
B=50.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91161100.170.8500.57287.8774.624.71
Hex5B106E11550391204b19
Octal133201562112507144011331
Binary10110111000011011101000110101010111001100100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,110); }

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

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

 a { background-color: rgb(91,16,110); }

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

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

 span { border-color: rgb(91,16,110); }

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