#524070

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

Shades of Meteorite #524070

Tints of Meteorite #524070

Color information

#524070 (or 0x524070) is unknown color: approx Meteorite. HEX triplet: 52, 40 and 70. RGB value is (82,64,112). Sum of RGB (Red+Green+Blue) = 82+64+112=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #524070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524070 is #ADBF8F. Grayscale: #4A4A4A. Windows color (decimal): -11386768 or 7356498. OLE color: 7356498.

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

Color convert

RGB8264112-
CMYK0.270.4300.56
HSL262.5º27.27%34.51%-
HSV(B)262.5º42.86%43.92%-
XYZ8.246.6316.17-
YUV74.85148.96133.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=31.78%
G=24.81%
B=43.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82641120.270.4300.56262.527.2734.51
Hex5240701B2B0381061b23
Octal12210016033530704063343
Binary10100101000000111000011011101011011100010000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524070; }

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

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

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

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

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

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

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

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