Html Css Color HEX #514851 Bossanova

📋 copy color: '#514851'

red 81 ◦ green 72 ◦ blue 81

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

Shades of Bossanova #514851

Tints of Bossanova #514851

RGB

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

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

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

R = 34.62%
G = 30.77%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514851 (or 0x514851) is known color: Bossanova. HEX triplet: 51, 48 and 51. RGB value is (81,72,81). Sum of RGB (Red+Green+Blue) = 81+72+81=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514851 is #AEB7AE. Grayscale: #4B4B4B. Windows color (decimal): -11450287 or 5326929. OLE color: 5326929.

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

Color convert

RGB 81 72 81 -
CMYK 0 0.11 0 0.68
HSL 300º 0.06% 0.3% -
HSV(B) 300º 0.11% 0.32% -
XYZ 7.2 6.98 8.75 -
YUV 75.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 81 72 81 0 0.11 0 0.68 300 0.06 0.3
Hex 51 48 51 0 B 0 44 12C 6 1E
Octal 121 110 121 0 13 0 104 454 6 36
Binary 1010001 1001000 1010001 0 1011 0 1000100 100101100 110 11110

Color Harmonies of #514851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514851

Black with #514851

Text Example


Text Example

White with #514851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514851; }

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

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

background-color css

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

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

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

border-color css

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

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

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