#504768

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

Shades of Meteorite #504768

Tints of Meteorite #504768

Color information

#504768 (or 0x504768) is unknown color: approx Meteorite. HEX triplet: 50, 47 and 68. RGB value is (80,71,104). Sum of RGB (Red+Green+Blue) = 80+71+104=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #504768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504768 is #AFB897. Grayscale: #4D4D4D. Windows color (decimal): -11516056 or 6834000. OLE color: 6834000.

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

Color convert

RGB8071104-
CMYK0.230.3200.59
HSL256.36º18.86%34.31%-
HSV(B)256.36º31.73%40.78%-
XYZ8.067.2114.06-
YUV77.45142.98129.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=31.37%
G=27.84%
B=40.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80711040.230.3200.59256.3618.8634.31
Hex504768172003B1001322
Octal12010715027400734002342
Binary10100001000111110100010111100000011101110000000010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504768; }

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

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

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

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

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

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

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

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