#53406D

Color #53406D Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #53406D

Tints of Meteorite #53406D

Color information

#53406D (or 0x53406D) is unknown color: approx Meteorite. HEX triplet: 53, 40 and 6D. RGB value is (83,64,109). Sum of RGB (Red+Green+Blue) = 83+64+109=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #53406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53406D is #ACBF92. Grayscale: #4A4A4A. Windows color (decimal): -11321235 or 7159891. OLE color: 7159891.

HSL color Cylindrical-coordinate representation of color #53406D: hue angle of 265.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53406D is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8364109-
CMYK0.240.4100.57
HSL265.33º26.01%33.92%-
HSV(B)265.33º41.28%42.75%-
XYZ8.166.6115.31-
YUV74.81147.29133.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=32.42%
G=25%
B=42.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83641090.240.4100.57265.3326.0133.92
Hex53406D18290391091a22
Octal12310015530510714113242
Binary10100111000000110110111000101001011100110000100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53406D; }

 p { color: rgb(83,64,109); }

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

<style>
 a { background-color: #53406D; }

 a { background-color: rgb(83,64,109); }

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

<style>
 span { border-color: #53406D; }

 span { border-color: rgb(83,64,109); }

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