#504872

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

Shades of Meteorite #504872

Tints of Meteorite #504872

Color information

#504872 (or 0x504872) is unknown color: approx Meteorite. HEX triplet: 50, 48 and 72. RGB value is (80,72,114). Sum of RGB (Red+Green+Blue) = 80+72+114=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #504872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504872 is #AFB78D. Grayscale: #4F4F4F. Windows color (decimal): -11515790 or 7489616. OLE color: 7489616.

HSL color Cylindrical-coordinate representation of color #504872: hue angle of 251.43º 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 #504872 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8072114-
CMYK0.300.3700.55
HSL251.43º22.58%36.47%-
HSV(B)251.43º36.84%44.71%-
XYZ8.667.5616.92-
YUV79.18147.65128.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=30.08%
G=27.07%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80721140.300.3700.55251.4322.5836.47
Hex5048721E25037fb1724
Octal12011016236450673732744
Binary1010000100100011100101111010010101101111111101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504872; }

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

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

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

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

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

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

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

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