Html Css Color HEX #514E51 Bossanova

📋 copy color: '#514E51'

red 81 ◦ green 78 ◦ blue 81

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

Shades of Bossanova #514E51

Tints of Bossanova #514E51

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

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

R = 33.75%
G = 32.5%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514E51 (or 0x514E51) is known color: Bossanova. HEX triplet: 51, 4E and 51. RGB value is (81,78,81). Sum of RGB (Red+Green+Blue) = 81+78+81=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E51 is #AEB1AE. Grayscale: #4F4F4F. Windows color (decimal): -11448751 or 5328465. OLE color: 5328465.

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

Color convert

RGB 81 78 81 -
CMYK 0 0.04 0 0.68
HSL 300º 0.02% 0.31% -
HSV(B) 300º 0.04% 0.32% -
XYZ 7.6 7.79 8.89 -
YUV 79.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 81 78 81 0 0.04 0 0.68 300 0.02 0.31
Hex 51 4E 51 0 4 0 44 12C 2 1F
Octal 121 116 121 0 4 0 104 454 2 37
Binary 1010001 1001110 1010001 0 100 0 1000100 100101100 10 11111

Color Harmonies of #514E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E51

Black with #514E51

Text Example


Text Example

White with #514E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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