#524370

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

Shades of Meteorite #524370

Tints of Meteorite #524370

Color information

#524370 (or 0x524370) is unknown color: approx Meteorite. HEX triplet: 52, 43 and 70. RGB value is (82,67,112). Sum of RGB (Red+Green+Blue) = 82+67+112=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #524370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524370 is #ADBC8F. Grayscale: #4C4C4C. Windows color (decimal): -11386000 or 7357266. OLE color: 7357266.

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

Color convert

RGB8267112-
CMYK0.270.4000.56
HSL260º25.14%35.1%-
HSV(B)260º40.18%43.92%-
XYZ8.416.9816.23-
YUV76.62147.97131.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=31.42%
G=25.67%
B=42.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82671120.270.4000.5626025.1435.1
Hex5243701B280381041923
Octal12210316033500704043143
Binary10100101000011111000011011101000011100010000010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524370; }

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

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

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

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

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

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

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

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