#52496D

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

Shades of Meteorite #52496D

Tints of Meteorite #52496D

Color information

#52496D (or 0x52496D) is unknown color: approx Meteorite. HEX triplet: 52, 49 and 6D. RGB value is (82,73,109). Sum of RGB (Red+Green+Blue) = 82+73+109=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 73 (28.91% from 255 or 27.65% 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 #52496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52496D is #ADB692. Grayscale: #4F4F4F. Windows color (decimal): -11384467 or 7162194. OLE color: 7162194.

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

Color convert

RGB8273109-
CMYK0.250.3300.57
HSL255º19.78%35.69%-
HSV(B)255º33.03%42.75%-
XYZ8.627.6615.49-
YUV79.8144.48129.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=31.06%
G=27.65%
B=41.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82731090.250.3300.5725519.7835.69
Hex52496D1921039ff1424
Octal12211115531410713772444
Binary1010010100100111011011100110000101110011111111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,73,109); }

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

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

 a { background-color: rgb(82,73,109); }

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

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

 span { border-color: rgb(82,73,109); }

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