#53005E

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

Shades of Indigo #53005E

Tints of Indigo #53005E

Color information

#53005E (or 0x53005E) is unknown color: approx Indigo. HEX triplet: 53, 00 and 5E. RGB value is (83,0,94). Sum of RGB (Red+Green+Blue) = 83+0+94=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #53005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53005E is #ACFFA1. Grayscale: #232323. Windows color (decimal): -11337634 or 6160467. OLE color: 6160467.

HSL color Cylindrical-coordinate representation of color #53005E: hue angle of 292.98º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53005E is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB83094-
CMYK0.12100.63
HSL292.98º100%18.43%-
HSV(B)292.98º100%36.86%-
XYZ5.592.6510.81-
YUV35.53161161.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 53.11%
R=46.89%
G=0%
B=53.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal830940.12100.63292.9810018.43
Hex5305EC6403F1256412
Octal12301361414407744514422
Binary101001101011110110011001000111111100100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,0,94); }

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

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

 a { background-color: rgb(83,0,94); }

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

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

 span { border-color: rgb(83,0,94); }

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