Html Css Color HEX #514951 Bossanova

📋 copy color: '#514951'

red 81 ◦ green 73 ◦ blue 81

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

Shades of Bossanova #514951

Tints of Bossanova #514951

RGB

 RED value IS 81 (32.03% from 255) = 34.47%

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

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

R = 34.47%
G = 31.06%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514951 (or 0x514951) is known color: Bossanova. HEX triplet: 51, 49 and 51. RGB value is (81,73,81). Sum of RGB (Red+Green+Blue) = 81+73+81=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514951 is #AEB6AE. Grayscale: #4C4C4C. Windows color (decimal): -11450031 or 5327185. OLE color: 5327185.

HSL color Cylindrical-coordinate representation of color #514951: hue angle of 300º 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 #514951 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 81 -
CMYK 0 0.10 0 0.68
HSL 300º 0.05% 0.3% -
HSV(B) 300º 0.1% 0.32% -
XYZ 7.26 7.11 8.77 -
YUV 76.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 81 73 81 0 0.10 0 0.68 300 0.05 0.3
Hex 51 49 51 0 A 0 44 12C 5 1E
Octal 121 111 121 0 12 0 104 454 5 36
Binary 1010001 1001001 1010001 0 1010 0 1000100 100101100 101 11110

Color Harmonies of #514951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514951

Black with #514951

Text Example


Text Example

White with #514951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514951; }

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

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

background-color css

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

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

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

border-color css

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

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

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