#504167

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

Shades of Meteorite #504167

Tints of Meteorite #504167

Color information

#504167 (or 0x504167) is unknown color: approx Meteorite. HEX triplet: 50, 41 and 67. RGB value is (80,65,103). Sum of RGB (Red+Green+Blue) = 80+65+103=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #504167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504167 is #AFBE98. Grayscale: #494949. Windows color (decimal): -11517593 or 6766928. OLE color: 6766928.

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

Color convert

RGB8065103-
CMYK0.220.3700.60
HSL263.68º22.62%32.94%-
HSV(B)263.68º36.89%40.39%-
XYZ7.656.4713.68-
YUV73.82144.47132.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=32.26%
G=26.21%
B=41.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80651030.220.3700.60263.6822.6232.94
Hex504167162503C1081721
Octal12010114726450744102741
Binary10100001000001110011110110100101011110010000100010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504167; }

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

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

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

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

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

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

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

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