#524872

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

Shades of Meteorite #524872

Tints of Meteorite #524872

Color information

#524872 (or 0x524872) is unknown color: approx Meteorite. HEX triplet: 52, 48 and 72. RGB value is (82,72,114). Sum of RGB (Red+Green+Blue) = 82+72+114=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #524872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524872 is #ADB78D. Grayscale: #4F4F4F. Windows color (decimal): -11384718 or 7489618. OLE color: 7489618.

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

Color convert

RGB8272114-
CMYK0.280.3700.55
HSL254.29º22.58%36.47%-
HSV(B)254.29º36.84%44.71%-
XYZ8.837.6416.93-
YUV79.78147.31129.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=30.60%
G=26.87%
B=42.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82721140.280.3700.55254.2922.5836.47
Hex5248721C25037fe1724
Octal12211016234450673762744
Binary1010010100100011100101110010010101101111111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524872; }

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

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

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

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

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

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

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

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