#513752

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

Shades of Bossanova #513752

Tints of Bossanova #513752

Color information

#513752 (or 0x513752) is unknown color: approx Bossanova. HEX triplet: 51, 37 and 52. RGB value is (81,55,82). Sum of RGB (Red+Green+Blue) = 81+55+82=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #513752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513752 is #AEC8AD. Grayscale: #414141. Windows color (decimal): -11454638 or 5388113. OLE color: 5388113.

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

Color convert

RGB815582-
CMYK0.010.3300.68
HSL297.78º19.71%26.86%-
HSV(B)297.78º32.93%32.16%-
XYZ6.285.098.63-
YUV65.85137.11138.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=37.16%
G=25.23%
B=37.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155820.010.3300.68297.7819.7126.86
Hex51375212104412a141b
Octal1216712214101044522433
Binary101000111011110100101100001010001001001010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513752; }

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

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

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

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

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

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

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

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