#524072

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

Shades of Meteorite #524072

Tints of Meteorite #524072

Color information

#524072 (or 0x524072) is unknown color: approx Meteorite. HEX triplet: 52, 40 and 72. RGB value is (82,64,114). Sum of RGB (Red+Green+Blue) = 82+64+114=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #524072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524072 is #ADBF8D. Grayscale: #4A4A4A. Windows color (decimal): -11386766 or 7487570. OLE color: 7487570.

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

Color convert

RGB8264114-
CMYK0.280.4400.55
HSL261.6º28.09%34.9%-
HSV(B)261.6º43.86%44.71%-
XYZ8.356.6816.77-
YUV75.08149.96132.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=31.54%
G=24.62%
B=43.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82641140.280.4400.55261.628.0934.9
Hex5240721C2C0371061c23
Octal12210016234540674063443
Binary10100101000000111001011100101100011011110000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524072; }

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

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

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

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

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

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

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

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