#53066E

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

Shades of Indigo #53066E

Tints of Indigo #53066E

Color information

#53066E (or 0x53066E) is unknown color: approx Indigo. HEX triplet: 53, 06 and 6E. RGB value is (83,6,110). Sum of RGB (Red+Green+Blue) = 83+6+110=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #53066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53066E is #ACF991. Grayscale: #282828. Windows color (decimal): -11336082 or 7210579. OLE color: 7210579.

HSL color Cylindrical-coordinate representation of color #53066E: hue angle of 284.42º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53066E is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB836110-
CMYK0.250.9500.57
HSL284.42º89.66%22.75%-
HSV(B)284.42º94.55%43.14%-
XYZ6.453.115.01-
YUV40.88167.01158.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=41.71%
G=3.02%
B=55.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8361100.250.9500.57284.4289.6622.75
Hex5366E195F03911c5a17
Octal12361563113707143413227
Binary101001111011011101100110111110111001100011100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53066E; }

 p { color: rgb(83,6,110); }

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

<style>
 a { background-color: #53066E; }

 a { background-color: rgb(83,6,110); }

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

<style>
 span { border-color: #53066E; }

 span { border-color: rgb(83,6,110); }

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