#513652

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

Shades of Bossanova #513652

Tints of Bossanova #513652

Color information

#513652 (or 0x513652) is unknown color: approx Bossanova. HEX triplet: 51, 36 and 52. RGB value is (81,54,82). Sum of RGB (Red+Green+Blue) = 81+54+82=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #513652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513652 is #AEC9AD. Grayscale: #414141. Windows color (decimal): -11454894 or 5387857. OLE color: 5387857.

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

Color convert

RGB815482-
CMYK0.010.3400.68
HSL297.86º20.59%26.67%-
HSV(B)297.86º34.15%32.16%-
XYZ6.2458.62-
YUV65.26137.45139.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=37.33%
G=24.88%
B=37.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8154820.010.3400.68297.8620.5926.67
Hex51365212204412a151b
Octal1216612214201044522533
Binary101000111011010100101100010010001001001010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513652; }

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

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

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

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

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

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

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

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