#53476D

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

Shades of Meteorite #53476D

Tints of Meteorite #53476D

Color information

#53476D (or 0x53476D) is unknown color: approx Meteorite. HEX triplet: 53, 47 and 6D. RGB value is (83,71,109). Sum of RGB (Red+Green+Blue) = 83+71+109=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #53476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53476D is #ACB892. Grayscale: #4E4E4E. Windows color (decimal): -11319443 or 7161683. OLE color: 7161683.

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

Color convert

RGB8371109-
CMYK0.240.3500.57
HSL258.95º21.11%35.29%-
HSV(B)258.95º34.86%42.75%-
XYZ8.587.4515.45-
YUV78.92144.98130.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=31.56%
G=27.00%
B=41.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83711090.240.3500.57258.9521.1135.29
Hex53476D18230391031523
Octal12310715530430714032543
Binary10100111000111110110111000100011011100110000001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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