#514955

Color #514955 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #514955

Tints of Bossanova #514955

Color information

#514955 (or 0x514955) is unknown color: approx 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

RGB817385-
CMYK0.050.1400.67
HSL280º7.59%30.98%-
HSV(B)280º14.12%33.33%-
XYZ7.427.179.59-
YUV76.76132.65131.02-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8173850.050.1400.672807.5930.98
Hex5149555E04311881f
Octal12111112551601034301037
Binary101000110010011010101101111001000011100011000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>