#53496E

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

Shades of Meteorite #53496E

Tints of Meteorite #53496E

Color information

#53496E (or 0x53496E) is unknown color: approx Meteorite. HEX triplet: 53, 49 and 6E. RGB value is (83,73,110). Sum of RGB (Red+Green+Blue) = 83+73+110=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #53496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53496E is #ACB691. Grayscale: #505050. Windows color (decimal): -11318930 or 7227731. OLE color: 7227731.

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

Color convert

RGB8373110-
CMYK0.250.3400.57
HSL256.22º20.22%35.88%-
HSV(B)256.22º33.64%43.14%-
XYZ8.767.7315.78-
YUV80.21144.81129.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=31.20%
G=27.44%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83731100.250.3400.57256.2220.2235.88
Hex53496E19220391001424
Octal12311115631420714002444
Binary10100111001001110111011001100010011100110000000010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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