#5E056D

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

Shades of Indigo #5E056D

Tints of Indigo #5E056D

Color information

#5E056D (or 0x5E056D) is unknown color: approx Indigo. HEX triplet: 5E, 05 and 6D. RGB value is (94,5,109). Sum of RGB (Red+Green+Blue) = 94+5+109=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E056D is #A1FA92. Grayscale: #2B2B2B. Windows color (decimal): -10615443 or 7144798. OLE color: 7144798.

HSL color Cylindrical-coordinate representation of color #5E056D: hue angle of 291.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E056D is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB945109-
CMYK0.140.9500.57
HSL291.35º91.23%22.35%-
HSV(B)291.35º95.41%42.75%-
XYZ7.433.5914.77-
YUV43.47164.99164.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=45.19%
G=2.40%
B=52.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9451090.140.9500.57291.3591.2322.35
Hex5E56DE5F0391235b16
Octal13651551613707144313326
Binary10111101011101101111010111110111001100100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,5,109); }

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

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

 a { background-color: rgb(94,5,109); }

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

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

 span { border-color: rgb(94,5,109); }

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