#504364

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

Shades of Meteorite #504364

Tints of Meteorite #504364

Color information

#504364 (or 0x504364) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 64. RGB value is (80,67,100). Sum of RGB (Red+Green+Blue) = 80+67+100=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 100 - color contains mainly: blue. Hex color #504364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504364 is #AFBC9B. Grayscale: #4A4A4A. Windows color (decimal): -11517084 or 6570832. OLE color: 6570832.

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

Color convert

RGB8067100-
CMYK0.20.3300.61
HSL263.64º19.76%32.75%-
HSV(B)263.64º33%39.22%-
XYZ7.626.6412.94-
YUV74.65142.31131.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=32.39%
G=27.13%
B=40.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80671000.20.3300.61263.6419.7632.75
Hex504364142103D1081421
Octal12010314424410754102441
Binary10100001000011110010010100100001011110110000100010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504364; }

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

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

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

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

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

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

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

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