#513954

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

Shades of Bossanova #513954

Tints of Bossanova #513954

Color information

#513954 (or 0x513954) is unknown color: approx Bossanova. HEX triplet: 51, 39 and 54. RGB value is (81,57,84). Sum of RGB (Red+Green+Blue) = 81+57+84=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #513954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513954 is #AEC6AB. Grayscale: #434343. Windows color (decimal): -11454124 or 5519697. OLE color: 5519697.

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

Color convert

RGB815784-
CMYK0.040.3200.67
HSL293.33º19.15%27.65%-
HSV(B)293.33º32.14%32.94%-
XYZ6.465.329.07-
YUV67.25137.45137.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=36.49%
G=25.68%
B=37.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8157840.040.3200.67293.3319.1527.65
Hex513954420043125131c
Octal1217112444001034452334
Binary10100011110011010100100100000010000111001001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513954; }

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

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

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

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

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

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

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

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