#504057

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

Shades of Bossanova #504057

Tints of Bossanova #504057

Color information

#504057 (or 0x504057) is unknown color: approx Bossanova. HEX triplet: 50, 40 and 57. RGB value is (80,64,87). Sum of RGB (Red+Green+Blue) = 80+64+87=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 87 - color contains mainly: blue. Hex color #504057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504057 is #AFBFA8. Grayscale: #474747. Windows color (decimal): -11517865 or 5718096. OLE color: 5718096.

HSL color Cylindrical-coordinate representation of color #504057: hue angle of 281.74º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504057 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB806487-
CMYK0.080.2600.66
HSL281.74º15.23%29.61%-
HSV(B)281.74º26.44%34.12%-
XYZ6.866.069.82-
YUV71.41136.8134.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=34.63%
G=27.71%
B=37.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8064870.080.2600.66281.7415.2329.61
Hex50405781A04211af1e
Octal120100127103201024321736
Binary10100001000000101011110001101001000010100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504057; }

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

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

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

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

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

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

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

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