#513651

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

Shades of Bossanova #513651

Tints of Bossanova #513651

Color information

#513651 (or 0x513651) is unknown color: approx Bossanova. HEX triplet: 51, 36 and 51. RGB value is (81,54,81). Sum of RGB (Red+Green+Blue) = 81+54+81=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #513651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513651 is #AEC9AE. Grayscale: #414141. Windows color (decimal): -11454895 or 5322321. OLE color: 5322321.

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

Color convert

RGB815481-
CMYK00.3300.68
HSL300º20%26.47%-
HSV(B)300º33.33%31.76%-
XYZ6.24.988.42-
YUV65.15136.95139.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81548100.3300.683002026.47
Hex51365102104412c141a
Octal1216612104101044542432
Binary101000111011010100010100001010001001001011001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513651; }

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

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

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

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

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

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

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

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