#524970

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

Shades of Meteorite #524970

Tints of Meteorite #524970

Color information

#524970 (or 0x524970) is unknown color: approx Meteorite. HEX triplet: 52, 49 and 70. RGB value is (82,73,112). Sum of RGB (Red+Green+Blue) = 82+73+112=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #524970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524970 is #ADB68F. Grayscale: #4F4F4F. Windows color (decimal): -11384464 or 7358802. OLE color: 7358802.

HSL color Cylindrical-coordinate representation of color #524970: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524970 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8273112-
CMYK0.270.3500.56
HSL253.85º21.08%36.27%-
HSV(B)253.85º34.82%43.92%-
XYZ8.797.7316.36-
YUV80.14145.98129.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=30.71%
G=27.34%
B=41.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82731120.270.3500.56253.8521.0836.27
Hex5249701B23038fe1524
Octal12211116033430703762544
Binary1010010100100111100001101110001101110001111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524970; }

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

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

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

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

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

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

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

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