#513751

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

Shades of Bossanova #513751

Tints of Bossanova #513751

Color information

#513751 (or 0x513751) is unknown color: approx Bossanova. HEX triplet: 51, 37 and 51. RGB value is (81,55,81). Sum of RGB (Red+Green+Blue) = 81+55+81=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #513751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513751 is #AEC8AE. Grayscale: #414141. Windows color (decimal): -11454639 or 5322577. OLE color: 5322577.

HSL color Cylindrical-coordinate representation of color #513751: hue angle of 300º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513751 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB815581-
CMYK00.3200.68
HSL300º19.12%26.67%-
HSV(B)300º32.1%31.76%-
XYZ6.245.088.44-
YUV65.74136.61138.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=37.33%
G=25.35%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81558100.3200.6830019.1226.67
Hex51375102004412c131b
Octal1216712104001044542333
Binary101000111011110100010100000010001001001011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513751; }

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

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

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

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

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

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

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

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