Html Css Color HEX #514955 Bossanova

📋 copy color: '#514955'

red 81 ◦ green 73 ◦ blue 85

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

Shades of Bossanova #514955

Tints of Bossanova #514955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 33.89%
G = 30.54%
B = 35.56%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514955 (or 0x514955) is known color: Bossanova. HEX triplet: 51, 49 and 55. RGB value is (81,73,85). Sum of RGB (Red+Green+Blue) = 81+73+85=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #514955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514955 is #AEB6AA. Grayscale: #4C4C4C. Windows color (decimal): -11450027 or 5589329. OLE color: 5589329.

HSL color Cylindrical-coordinate representation of color #514955: hue angle of 280º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514955 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 73 85 -
CMYK 0.05 0.14 0 0.67
HSL 280º 0.08% 0.31% -
HSV(B) 280º 0.14% 0.33% -
XYZ 7.42 7.17 9.59 -
YUV 76.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 81 73 85 0.05 0.14 0 0.67 280 0.08 0.31
Hex 51 49 55 5 E 0 43 118 8 1F
Octal 121 111 125 5 16 0 103 430 10 37
Binary 1010001 1001001 1010101 101 1110 0 1000011 100011000 1000 11111

Color Harmonies of #514955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514955

Black with #514955

Text Example


Text Example

White with #514955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514955; }

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

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

background-color css

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

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

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

border-color css

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

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

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