#504F50

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

Shades of Bossanova #504F50

Tints of Bossanova #504F50

Color information

#504F50 (or 0x504F50) is unknown color: approx Bossanova. HEX triplet: 50, 4F and 50. RGB value is (80,79,80). Sum of RGB (Red+Green+Blue) = 80+79+80=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F50 is #AFB0AF. Grayscale: #4F4F4F. Windows color (decimal): -11514032 or 5263184. OLE color: 5263184.

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

Color convert

RGB807980-
CMYK00.0100.69
HSL300º0.63%31.18%-
HSV(B)300º1.25%31.37%-
XYZ7.557.888.71-
YUV79.41128.33128.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=33.47%
G=33.05%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80798000.0100.693000.6331.18
Hex504F500104512c11f
Octal120117120010105454137
Binary1010000100111110100000101000101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504F50; }

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

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

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

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

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

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

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

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