Html Css Color HEX #514952 Bossanova

📋 copy color: '#514952'

red 81 ◦ green 73 ◦ blue 82

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

Shades of Bossanova #514952

Tints of Bossanova #514952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 34.32%
G = 30.93%
B = 34.75%

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

#514952 (or 0x514952) is known color: Bossanova. HEX triplet: 51, 49 and 52. RGB value is (81,73,82). Sum of RGB (Red+Green+Blue) = 81+73+82=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 82 - color contains mainly: blue. Hex color #514952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514952 is #AEB6AD. Grayscale: #4C4C4C. Windows color (decimal): -11450030 or 5392721. OLE color: 5392721.

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

Color convert

RGB 81 73 82 -
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.3 7.12 8.97 -
YUV 76.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 81 73 82 0.01 0.11 0 0.68 293.33 0.06 0.3
Hex 51 49 52 1 B 0 44 125 6 1E
Octal 121 111 122 1 13 0 104 445 6 36
Binary 1010001 1001001 1010010 1 1011 0 1000100 100100101 110 11110

Color Harmonies of #514952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514952

Black with #514952

Text Example


Text Example

White with #514952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514952; }

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

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

background-color css

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

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

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

border-color css

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

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

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