#504951

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

Shades of Bossanova #504951

Tints of Bossanova #504951

Color information

#504951 (or 0x504951) is unknown color: approx Bossanova. HEX triplet: 50, 49 and 51. RGB value is (80,73,81). Sum of RGB (Red+Green+Blue) = 80+73+81=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 81 - color contains mainly: blue. Hex color #504951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504951 is #AFB6AE. Grayscale: #4B4B4B. Windows color (decimal): -11515567 or 5327184. OLE color: 5327184.

HSL color Cylindrical-coordinate representation of color #504951: hue angle of 292.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #504951 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB807381-
CMYK0.010.1000.68
HSL292.5º5.19%30.2%-
HSV(B)292.5º9.88%31.76%-
XYZ7.187.068.77-
YUV76130.82130.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=34.19%
G=31.20%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8073810.010.1000.68292.55.1930.2
Hex5049511A04412551e
Octal1201111211120104445536
Binary101000010010011010001110100100010010010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504951; }

 p { color: rgb(80,73,81); }

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

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

 a { background-color: rgb(80,73,81); }

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

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

 span { border-color: rgb(80,73,81); }

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