#504868

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

Shades of Meteorite #504868

Tints of Meteorite #504868

Color information

#504868 (or 0x504868) is unknown color: approx Meteorite. HEX triplet: 50, 48 and 68. RGB value is (80,72,104). Sum of RGB (Red+Green+Blue) = 80+72+104=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #504868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504868 is #AFB797. Grayscale: #4D4D4D. Windows color (decimal): -11515800 or 6834256. OLE color: 6834256.

HSL color Cylindrical-coordinate representation of color #504868: hue angle of 255º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504868 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8072104-
CMYK0.230.3100.59
HSL255º18.18%34.51%-
HSV(B)255º30.77%40.78%-
XYZ8.127.3414.09-
YUV78.04142.65129.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=31.25%
G=28.12%
B=40.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80721040.230.3100.5925518.1834.51
Hex504868171F03Bff1223
Octal12011015027370733772243
Binary101000010010001101000101111111101110111111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504868; }

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

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

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

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

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

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

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

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