#524272

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

Shades of Meteorite #524272

Tints of Meteorite #524272

Color information

#524272 (or 0x524272) is unknown color: approx Meteorite. HEX triplet: 52, 42 and 72. RGB value is (82,66,114). Sum of RGB (Red+Green+Blue) = 82+66+114=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #524272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524272 is #ADBD8D. Grayscale: #4C4C4C. Windows color (decimal): -11386254 or 7488082. OLE color: 7488082.

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

Color convert

RGB8266114-
CMYK0.280.4200.55
HSL260º26.67%35.29%-
HSV(B)260º42.11%44.71%-
XYZ8.476.9116.81-
YUV76.26149.3132.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=31.30%
G=25.19%
B=43.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82661140.280.4200.5526026.6735.29
Hex5242721C2A0371041b23
Octal12210216234520674043343
Binary10100101000010111001011100101010011011110000010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524272; }

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

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

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

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

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

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

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

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