#513B52

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

Shades of Bossanova #513B52

Tints of Bossanova #513B52

Color information

#513B52 (or 0x513B52) is unknown color: approx Bossanova. HEX triplet: 51, 3B and 52. RGB value is (81,59,82). Sum of RGB (Red+Green+Blue) = 81+59+82=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #513B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B52 is #AEC4AD. Grayscale: #444444. Windows color (decimal): -11453614 or 5389137. OLE color: 5389137.

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

Color convert

RGB815982-
CMYK0.010.2800.68
HSL297.39º16.31%27.65%-
HSV(B)297.39º28.05%32.16%-
XYZ6.485.498.7-
YUV68.2135.79137.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=36.49%
G=26.58%
B=36.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8159820.010.2800.68297.3916.3127.65
Hex513B5211C044129101c
Octal1217312213401044512034
Binary10100011110111010010111100010001001001010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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