Html Css Color HEX #504D50 Bossanova

📋 copy color: '#504D50'

red 80 ◦ green 77 ◦ blue 80

#504D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #504D50

Tints of Bossanova #504D50

RGB

 RED value IS 80 (31.64% from 255) = 33.76%

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 33.76%
G = 32.49%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#504D50 (or 0x504D50) is known color: Bossanova. HEX triplet: 50, 4D and 50. RGB value is (80,77,80). Sum of RGB (Red+Green+Blue) = 80+77+80=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D50 is #AFB2AF. Grayscale: #4E4E4E. Windows color (decimal): -11514544 or 5262672. OLE color: 5262672.

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

Color convert

RGB 80 77 80 -
CMYK 0 0.04 0 0.69
HSL 300º 0.02% 0.31% -
HSV(B) 300º 0.04% 0.31% -
XYZ 7.41 7.59 8.66 -
YUV 78.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 80 77 80 0 0.04 0 0.69 300 0.02 0.31
Hex 50 4D 50 0 4 0 45 12C 2 1F
Octal 120 115 120 0 4 0 105 454 2 37
Binary 1010000 1001101 1010000 0 100 0 1000101 100101100 10 11111

Color Harmonies of #504D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D50

Black with #504D50

Text Example


Text Example

White with #504D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504D50;
 }
 .AnyTagClassName
 {
   color: #504D50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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