#504851

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

Shades of Bossanova #504851

Tints of Bossanova #504851

Color information

#504851 (or 0x504851) is unknown color: approx Bossanova. HEX triplet: 50, 48 and 51. RGB value is (80,72,81). Sum of RGB (Red+Green+Blue) = 80+72+81=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 81 - color contains mainly: blue. Hex color #504851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504851 is #AFB7AE. Grayscale: #4B4B4B. Windows color (decimal): -11515823 or 5326928. OLE color: 5326928.

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

Color convert

RGB807281-
CMYK0.010.1100.68
HSL293.33º5.88%30%-
HSV(B)293.33º11.11%31.76%-
XYZ7.116.938.75-
YUV75.42131.15131.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=34.33%
G=30.90%
B=34.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8072810.010.1100.68293.335.8830
Hex5048511B04412561e
Octal1201101211130104445636
Binary101000010010001010001110110100010010010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504851; }

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

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

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

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

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

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

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

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