#5D066A

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

Shades of Indigo #5D066A

Tints of Indigo #5D066A

Color information

#5D066A (or 0x5D066A) is unknown color: approx Indigo. HEX triplet: 5D, 06 and 6A. RGB value is (93,6,106). Sum of RGB (Red+Green+Blue) = 93+6+106=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D066A is #A2F995. Grayscale: #2B2B2B. Windows color (decimal): -10680726 or 6948445. OLE color: 6948445.

HSL color Cylindrical-coordinate representation of color #5D066A: hue angle of 292.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D066A is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB936106-
CMYK0.120.9400.58
HSL292.2º89.29%21.96%-
HSV(B)292.2º94.34%41.57%-
XYZ7.183.513.93-
YUV43.41163.32163.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=45.37%
G=2.93%
B=51.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9361060.120.9400.58292.289.2921.96
Hex5D66AC5E03A1245916
Octal13561521413607244413126
Binary10111011101101010110010111100111010100100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,6,106); }

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

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

 a { background-color: rgb(93,6,106); }

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

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

 span { border-color: rgb(93,6,106); }

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