#53486D

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

Shades of Meteorite #53486D

Tints of Meteorite #53486D

Color information

#53486D (or 0x53486D) is unknown color: approx Meteorite. HEX triplet: 53, 48 and 6D. RGB value is (83,72,109). Sum of RGB (Red+Green+Blue) = 83+72+109=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #53486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53486D is #ACB792. Grayscale: #4F4F4F. Windows color (decimal): -11319187 or 7161939. OLE color: 7161939.

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

Color convert

RGB8372109-
CMYK0.240.3400.57
HSL257.84º20.44%35.49%-
HSV(B)257.84º33.94%42.75%-
XYZ8.647.5815.48-
YUV79.51144.64130.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=31.44%
G=27.27%
B=41.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83721090.240.3400.57257.8420.4435.49
Hex53486D18220391021423
Octal12311015530420714022443
Binary10100111001000110110111000100010011100110000001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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