#524870

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

Shades of Meteorite #524870

Tints of Meteorite #524870

Color information

#524870 (or 0x524870) is unknown color: approx Meteorite. HEX triplet: 52, 48 and 70. RGB value is (82,72,112). Sum of RGB (Red+Green+Blue) = 82+72+112=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #524870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524870 is #ADB78F. Grayscale: #4F4F4F. Windows color (decimal): -11384720 or 7358546. OLE color: 7358546.

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

Color convert

RGB8272112-
CMYK0.270.3600.56
HSL255º21.74%36.08%-
HSV(B)255º35.71%43.92%-
XYZ8.727.616.34-
YUV79.55146.31129.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=30.83%
G=27.07%
B=42.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82721120.270.3600.5625521.7436.08
Hex5248701B24038ff1624
Octal12211016033440703772644
Binary1010010100100011100001101110010001110001111111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524870; }

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

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

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

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

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

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

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

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