#52496E

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

Shades of Meteorite #52496E

Tints of Meteorite #52496E

Color information

#52496E (or 0x52496E) is unknown color: approx Meteorite. HEX triplet: 52, 49 and 6E. RGB value is (82,73,110). Sum of RGB (Red+Green+Blue) = 82+73+110=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #52496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52496E is #ADB691. Grayscale: #4F4F4F. Windows color (decimal): -11384466 or 7227730. OLE color: 7227730.

HSL color Cylindrical-coordinate representation of color #52496E: hue angle of 254.59º 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 #52496E is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8273110-
CMYK0.250.3400.57
HSL254.59º20.22%35.88%-
HSV(B)254.59º33.64%43.14%-
XYZ8.687.6815.78-
YUV79.91144.98129.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=30.94%
G=27.55%
B=41.51%

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
Decimal82731100.250.3400.57254.5920.2235.88
Hex52496E1922039ff1424
Octal12211115631420713772444
Binary1010010100100111011101100110001001110011111111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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