#513952

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

Shades of Bossanova #513952

Tints of Bossanova #513952

Color information

#513952 (or 0x513952) is unknown color: approx Bossanova. HEX triplet: 51, 39 and 52. RGB value is (81,57,82). Sum of RGB (Red+Green+Blue) = 81+57+82=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #513952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513952 is #AEC6AD. Grayscale: #424242. Windows color (decimal): -11454126 or 5388625. OLE color: 5388625.

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

Color convert

RGB815782-
CMYK0.010.3000.68
HSL297.6º17.99%27.25%-
HSV(B)297.6º30.49%32.16%-
XYZ6.385.288.67-
YUV67.03136.45137.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=36.82%
G=25.91%
B=37.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8157820.010.3000.68297.617.9927.25
Hex51395211E04412a121b
Octal1217112213601044522233
Binary10100011110011010010111110010001001001010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513952; }

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

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

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

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

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

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

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

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