#513550

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

Shades of Bossanova #513550

Tints of Bossanova #513550

Color information

#513550 (or 0x513550) is unknown color: approx Bossanova. HEX triplet: 51, 35 and 50. RGB value is (81,53,80). Sum of RGB (Red+Green+Blue) = 81+53+80=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #513550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513550 is #AECAAF. Grayscale: #404040. Windows color (decimal): -11455152 or 5256529. OLE color: 5256529.

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

Color convert

RGB815380-
CMYK00.350.010.68
HSL302.14º20.9%26.27%-
HSV(B)302.14º34.57%31.76%-
XYZ6.114.878.21-
YUV64.45136.78139.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=37.85%
G=24.77%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81538000.350.010.68302.1420.926.27
Hex51355002314412e151a
Octal1216512004311044562532
Binary101000111010110100000100011110001001001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513550; }

 p { color: rgb(81,53,80); }

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

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

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

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

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

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

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