#504365

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

Shades of Meteorite #504365

Tints of Meteorite #504365

Color information

#504365 (or 0x504365) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 65. RGB value is (80,67,101). Sum of RGB (Red+Green+Blue) = 80+67+101=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #504365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504365 is #AFBC9A. Grayscale: #4A4A4A. Windows color (decimal): -11517083 or 6636368. OLE color: 6636368.

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

Color convert

RGB8067101-
CMYK0.210.3400.60
HSL262.94º20.24%32.94%-
HSV(B)262.94º33.66%39.61%-
XYZ7.666.6613.19-
YUV74.76142.81131.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=32.26%
G=27.02%
B=40.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80671010.210.3400.60262.9420.2432.94
Hex504365152203C1071421
Octal12010314525420744072441
Binary10100001000011110010110101100010011110010000011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504365; }

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

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

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

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

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

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

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

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