#504368

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

Shades of Meteorite #504368

Tints of Meteorite #504368

Color information

#504368 (or 0x504368) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 68. RGB value is (80,67,104). Sum of RGB (Red+Green+Blue) = 80+67+104=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #504368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504368 is #AFBC97. Grayscale: #4A4A4A. Windows color (decimal): -11517080 or 6832976. OLE color: 6832976.

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

Color convert

RGB8067104-
CMYK0.230.3600.59
HSL261.08º21.64%33.53%-
HSV(B)261.08º35.58%40.78%-
XYZ7.816.7213.98-
YUV75.1144.31131.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 104 (41.02% from 255) = 41.43%
R=31.87%
G=26.69%
B=41.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80671040.230.3600.59261.0821.6433.53
Hex504368172403B1051622
Octal12010315027440734052642
Binary10100001000011110100010111100100011101110000010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504368; }

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

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

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

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

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

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

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

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