#513955

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

Shades of Bossanova #513955

Tints of Bossanova #513955

Color information

#513955 (or 0x513955) is unknown color: approx Bossanova. HEX triplet: 51, 39 and 55. RGB value is (81,57,85). Sum of RGB (Red+Green+Blue) = 81+57+85=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #513955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513955 is #AEC6AA. Grayscale: #434343. Windows color (decimal): -11454123 or 5585233. OLE color: 5585233.

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

Color convert

RGB815785-
CMYK0.050.3300.67
HSL291.43º19.72%27.84%-
HSV(B)291.43º32.94%33.33%-
XYZ6.55.339.28-
YUV67.37137.95137.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=36.32%
G=25.56%
B=38.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8157850.050.3300.67291.4319.7227.84
Hex513955521043123141c
Octal1217112554101034432434
Binary10100011110011010101101100001010000111001000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513955; }

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

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

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

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

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

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

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

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