#513851

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

Shades of Bossanova #513851

Tints of Bossanova #513851

Color information

#513851 (or 0x513851) is unknown color: approx Bossanova. HEX triplet: 51, 38 and 51. RGB value is (81,56,81). Sum of RGB (Red+Green+Blue) = 81+56+81=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #513851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513851 is #AEC7AE. Grayscale: #424242. Windows color (decimal): -11454383 or 5322833. OLE color: 5322833.

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

Color convert

RGB815681-
CMYK00.3100.68
HSL300º18.25%26.86%-
HSV(B)300º30.86%31.76%-
XYZ6.295.178.45-
YUV66.32136.28138.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=37.16%
G=25.69%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81568100.3100.6830018.2526.86
Hex51385101F04412c121b
Octal1217012103701044542233
Binary10100011110001010001011111010001001001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513851; }

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

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

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

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

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

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

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

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