Html Css Color HEX #504851 Bossanova

📋 copy color: '#504851'

red 80 ◦ green 72 ◦ blue 81

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

Shades of Bossanova #504851

Tints of Bossanova #504851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 34.33%
G = 30.9%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#504851 (or 0x504851) is known color: Bossanova. HEX triplet: 50, 48 and 51. RGB value is (80,72,81). Sum of RGB (Red+Green+Blue) = 80+72+81=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 81 - color contains mainly: blue. Hex color #504851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504851 is #AFB7AE. Grayscale: #4B4B4B. Windows color (decimal): -11515823 or 5326928. OLE color: 5326928.

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

Color convert

RGB 80 72 81 -
CMYK 0.01 0.11 0 0.68
HSL 293.33º 0.06% 0.3% -
HSV(B) 293.33º 0.11% 0.32% -
XYZ 7.11 6.93 8.75 -
YUV 75.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 80 72 81 0.01 0.11 0 0.68 293.33 0.06 0.3
Hex 50 48 51 1 B 0 44 125 6 1E
Octal 120 110 121 1 13 0 104 445 6 36
Binary 1010000 1001000 1010001 1 1011 0 1000100 100100101 110 11110

Color Harmonies of #504851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504851

Black with #504851

Text Example


Text Example

White with #504851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504851; }

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

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

background-color css

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

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

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

border-color css

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

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

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