#524770

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

Shades of Meteorite #524770

Tints of Meteorite #524770

Color information

#524770 (or 0x524770) is unknown color: approx Meteorite. HEX triplet: 52, 47 and 70. RGB value is (82,71,112). Sum of RGB (Red+Green+Blue) = 82+71+112=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #524770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524770 is #ADB88F. Grayscale: #4E4E4E. Windows color (decimal): -11384976 or 7358290. OLE color: 7358290.

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

Color convert

RGB8271112-
CMYK0.270.3700.56
HSL256.1º22.4%35.88%-
HSV(B)256.1º36.61%43.92%-
XYZ8.667.4716.31-
YUV78.96146.64130.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=30.94%
G=26.79%
B=42.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82711120.270.3700.56256.122.435.88
Hex5247701B250381001624
Octal12210716033450704002644
Binary10100101000111111000011011100101011100010000000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524770; }

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

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

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

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

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

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

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

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