#513953

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

Shades of Bossanova #513953

Tints of Bossanova #513953

Color information

#513953 (or 0x513953) is unknown color: approx Bossanova. HEX triplet: 51, 39 and 53. RGB value is (81,57,83). Sum of RGB (Red+Green+Blue) = 81+57+83=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #513953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513953 is #AEC6AC. Grayscale: #434343. Windows color (decimal): -11454125 or 5454161. OLE color: 5454161.

HSL color Cylindrical-coordinate representation of color #513953: hue angle of 295.38º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #513953 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB815783-
CMYK0.020.3100.67
HSL295.38º18.57%27.45%-
HSV(B)295.38º31.33%32.55%-
XYZ6.425.38.87-
YUV67.14136.95137.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=36.65%
G=25.79%
B=37.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8157830.020.3100.67295.3818.5727.45
Hex51395321F043127131b
Octal1217112323701034472333
Binary101000111100110100111011111010000111001001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513953; }

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

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

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

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

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

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

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

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