#504750

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

Shades of Bossanova #504750

Tints of Bossanova #504750

Color information

#504750 (or 0x504750) is unknown color: approx Bossanova. HEX triplet: 50, 47 and 50. RGB value is (80,71,80). Sum of RGB (Red+Green+Blue) = 80+71+80=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504750 is #AFB8AF. Grayscale: #4A4A4A. Windows color (decimal): -11516080 or 5261136. OLE color: 5261136.

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

Color convert

RGB807180-
CMYK00.1100.69
HSL300º5.96%29.61%-
HSV(B)300º11.25%31.37%-
XYZ7.016.798.53-
YUV74.72130.98131.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=34.63%
G=30.74%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80718000.1100.693005.9629.61
Hex5047500B04512c61e
Octal1201071200130105454636
Binary101000010001111010000010110100010110010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504750; }

 p { color: rgb(80,71,80); }

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

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

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

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

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

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

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