#504668

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

Shades of Meteorite #504668

Tints of Meteorite #504668

Color information

#504668 (or 0x504668) is unknown color: approx Meteorite. HEX triplet: 50, 46 and 68. RGB value is (80,70,104). Sum of RGB (Red+Green+Blue) = 80+70+104=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #504668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504668 is #AFB997. Grayscale: #4C4C4C. Windows color (decimal): -11516312 or 6833744. OLE color: 6833744.

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

Color convert

RGB8070104-
CMYK0.230.3300.59
HSL257.65º19.54%34.12%-
HSV(B)257.65º32.69%40.78%-
XYZ87.0914.04-
YUV76.87143.31130.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=31.50%
G=27.56%
B=40.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80701040.230.3300.59257.6519.5434.12
Hex504668172103B1021422
Octal12010615027410734022442
Binary10100001000110110100010111100001011101110000001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504668; }

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

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

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

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

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

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

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

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