#53466D

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

Shades of Meteorite #53466D

Tints of Meteorite #53466D

Color information

#53466D (or 0x53466D) is unknown color: approx Meteorite. HEX triplet: 53, 46 and 6D. RGB value is (83,70,109). Sum of RGB (Red+Green+Blue) = 83+70+109=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #53466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53466D is #ACB992. Grayscale: #4E4E4E. Windows color (decimal): -11319699 or 7161427. OLE color: 7161427.

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

Color convert

RGB8370109-
CMYK0.240.3600.57
HSL260º21.79%35.1%-
HSV(B)260º35.78%42.75%-
XYZ8.527.3215.43-
YUV78.33145.31131.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=31.68%
G=26.72%
B=41.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83701090.240.3600.5726021.7935.1
Hex53466D18240391041623
Octal12310615530440714042643
Binary10100111000110110110111000100100011100110000010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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