#5D059B

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

Shades of Indigo #5D059B

Tints of Indigo #5D059B

Color information

#5D059B (or 0x5D059B) is unknown color: approx Indigo. HEX triplet: 5D, 05 and 9B. RGB value is (93,5,155). Sum of RGB (Red+Green+Blue) = 93+5+155=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D059B is #A2FA64. Grayscale: #2F2F2F. Windows color (decimal): -10680933 or 10159453. OLE color: 10159453.

HSL color Cylindrical-coordinate representation of color #5D059B: hue angle of 275.2º 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 #5D059B is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB935155-
CMYK0.40.9700.39
HSL275.2º93.75%31.37%-
HSV(B)275.2º96.77%60.78%-
XYZ10.484.831.38-
YUV48.41188.15159.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.76%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 155 (60.94% from 255) = 61.26%
R=36.76%
G=1.98%
B=61.26%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9351550.40.9700.39275.293.7531.37
Hex5D59B28610271135e1f
Octal13552335014104742313637
Binary10111011011001101110100011000010100111100010011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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