Html Css Color HEX #514651 Bossanova

📋 copy color: '#514651'

red 81 ◦ green 70 ◦ blue 81

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

Shades of Bossanova #514651

Tints of Bossanova #514651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

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

R = 34.91%
G = 30.17%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514651 (or 0x514651) is known color: Bossanova. HEX triplet: 51, 46 and 51. RGB value is (81,70,81). Sum of RGB (Red+Green+Blue) = 81+70+81=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514651 is #AEB9AE. Grayscale: #4A4A4A. Windows color (decimal): -11450799 or 5326417. OLE color: 5326417.

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

Color convert

RGB 81 70 81 -
CMYK 0 0.14 0 0.68
HSL 300º 0.07% 0.3% -
HSV(B) 300º 0.14% 0.32% -
XYZ 7.07 6.72 8.71 -
YUV 74.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 81 70 81 0 0.14 0 0.68 300 0.07 0.3
Hex 51 46 51 0 E 0 44 12C 7 1E
Octal 121 106 121 0 16 0 104 454 7 36
Binary 1010001 1000110 1010001 0 1110 0 1000100 100101100 111 11110

Color Harmonies of #514651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514651

Black with #514651

Text Example


Text Example

White with #514651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514651; }

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

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

background-color css

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

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

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

border-color css

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

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

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