#504067

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

Shades of Meteorite #504067

Tints of Meteorite #504067

Color information

#504067 (or 0x504067) is unknown color: approx Meteorite. HEX triplet: 50, 40 and 67. RGB value is (80,64,103). Sum of RGB (Red+Green+Blue) = 80+64+103=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #504067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504067 is #AFBF98. Grayscale: #494949. Windows color (decimal): -11517849 or 6766672. OLE color: 6766672.

HSL color Cylindrical-coordinate representation of color #504067: hue angle of 264.62º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504067 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8064103-
CMYK0.220.3800.60
HSL264.62º23.35%32.75%-
HSV(B)264.62º37.86%40.39%-
XYZ7.596.3513.66-
YUV73.23144.8132.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=32.39%
G=25.91%
B=41.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80641030.220.3800.60264.6223.3532.75
Hex504067162603C1091721
Octal12010014726460744112741
Binary10100001000000110011110110100110011110010000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504067; }

 p { color: rgb(80,64,103); }

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

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

 a { background-color: rgb(80,64,103); }

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

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

 span { border-color: rgb(80,64,103); }

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