#5E059B

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

Shades of Indigo #5E059B

Tints of Indigo #5E059B

Color information

#5E059B (or 0x5E059B) is unknown color: approx Indigo. HEX triplet: 5E, 05 and 9B. RGB value is (94,5,155). Sum of RGB (Red+Green+Blue) = 94+5+155=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E059B is #A1FA64. Grayscale: #303030. Windows color (decimal): -10615397 or 10159454. OLE color: 10159454.

HSL color Cylindrical-coordinate representation of color #5E059B: hue angle of 275.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E059B is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB945155-
CMYK0.390.9700.39
HSL275.6º93.75%31.37%-
HSV(B)275.6º96.77%60.78%-
XYZ10.594.8531.39-
YUV48.71187.99160.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.01%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=37.01%
G=1.97%
B=61.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9451550.390.9700.39275.693.7531.37
Hex5E59B27610271145e1f
Octal13652334714104742413637
Binary10111101011001101110011111000010100111100010100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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