Html Css Color HEX #504951 Bossanova

📋 copy color: '#504951'

red 80 ◦ green 73 ◦ blue 81

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

Shades of Bossanova #504951

Tints of Bossanova #504951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 34.19%
G = 31.2%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#504951 (or 0x504951) is known color: Bossanova. HEX triplet: 50, 49 and 51. RGB value is (80,73,81). Sum of RGB (Red+Green+Blue) = 80+73+81=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 81 - color contains mainly: blue. Hex color #504951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504951 is #AFB6AE. Grayscale: #4B4B4B. Windows color (decimal): -11515567 or 5327184. OLE color: 5327184.

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

Color convert

RGB 80 73 81 -
CMYK 0.01 0.10 0 0.68
HSL 292.5º 0.05% 0.3% -
HSV(B) 292.5º 0.1% 0.32% -
XYZ 7.18 7.06 8.77 -
YUV 76.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 80 73 81 0.01 0.10 0 0.68 292.5 0.05 0.3
Hex 50 49 51 1 A 0 44 124 5 1E
Octal 120 111 121 1 12 0 104 444 5 36
Binary 1010000 1001001 1010001 1 1010 0 1000100 100100100 101 11110

Color Harmonies of #504951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504951

Black with #504951

Text Example


Text Example

White with #504951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504951; }

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

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

background-color css

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

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

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

border-color css

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

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

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