#524572

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

Shades of Meteorite #524572

Tints of Meteorite #524572

Color information

#524572 (or 0x524572) is unknown color: approx Meteorite. HEX triplet: 52, 45 and 72. RGB value is (82,69,114). Sum of RGB (Red+Green+Blue) = 82+69+114=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #524572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524572 is #ADBA8D. Grayscale: #4D4D4D. Windows color (decimal): -11385486 or 7488850. OLE color: 7488850.

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

Color convert

RGB8269114-
CMYK0.280.3900.55
HSL257.33º24.59%35.88%-
HSV(B)257.33º39.47%44.71%-
XYZ8.657.2616.87-
YUV78.02148.31130.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=30.94%
G=26.04%
B=43.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82691140.280.3900.55257.3324.5935.88
Hex5245721C270371011924
Octal12210516234470674013144
Binary10100101000101111001011100100111011011110000000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524572; }

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

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

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

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

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

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

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

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