#513753

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

Shades of Bossanova #513753

Tints of Bossanova #513753

Color information

#513753 (or 0x513753) is unknown color: approx Bossanova. HEX triplet: 51, 37 and 53. RGB value is (81,55,83). Sum of RGB (Red+Green+Blue) = 81+55+83=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #513753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513753 is #AEC8AC. Grayscale: #414141. Windows color (decimal): -11454637 or 5453649. OLE color: 5453649.

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

Color convert

RGB815583-
CMYK0.020.3400.67
HSL295.71º20.29%27.06%-
HSV(B)295.71º33.73%32.55%-
XYZ6.325.118.84-
YUV65.97137.61138.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=36.99%
G=25.11%
B=37.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8155830.020.3400.67295.7120.2927.06
Hex513753222043128141b
Octal1216712324201034502433
Binary1010001110111101001110100010010000111001010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513753; }

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

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

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

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

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

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

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

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