#513D55

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

Shades of Bossanova #513D55

Tints of Bossanova #513D55

Color information

#513D55 (or 0x513D55) is unknown color: approx Bossanova. HEX triplet: 51, 3D and 55. RGB value is (81,61,85). Sum of RGB (Red+Green+Blue) = 81+61+85=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #513D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D55 is #AEC2AA. Grayscale: #454545. Windows color (decimal): -11453099 or 5586257. OLE color: 5586257.

HSL color Cylindrical-coordinate representation of color #513D55: hue angle of 290º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513D55 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB816185-
CMYK0.050.2800.67
HSL290º16.44%28.63%-
HSV(B)290º28.24%33.33%-
XYZ6.75.749.35-
YUV69.72136.63136.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=35.68%
G=26.87%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8161850.050.2800.6729016.4428.63
Hex513D5551C043122101d
Octal1217512553401034422035
Binary1010001111101101010110111100010000111001000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513D55; }

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

 H1.HeaderClassName
 {
   color: #513D55;
 }
 .AnyTagClassName
 {
   color: #513D55;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #513D55;
 }
 .BgClassName
 {
   background-color: #513D55;
 }
</style>
border-color css

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

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

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