#504468

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

Shades of Meteorite #504468

Tints of Meteorite #504468

Color information

#504468 (or 0x504468) is unknown color: approx Meteorite. HEX triplet: 50, 44 and 68. RGB value is (80,68,104). Sum of RGB (Red+Green+Blue) = 80+68+104=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #504468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504468 is #AFBB97. Grayscale: #4B4B4B. Windows color (decimal): -11516824 or 6833232. OLE color: 6833232.

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

Color convert

RGB8068104-
CMYK0.230.3500.59
HSL260º20.93%33.73%-
HSV(B)260º34.62%40.78%-
XYZ7.876.8414-
YUV75.69143.98131.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=31.75%
G=26.98%
B=41.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80681040.230.3500.5926020.9333.73
Hex504468172303B1041522
Octal12010415027430734042542
Binary10100001000100110100010111100011011101110000010010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504468; }

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

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

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

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

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

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

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

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