#543B59

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

Shades of Bossanova #543B59

Tints of Bossanova #543B59

Color information

#543B59 (or 0x543B59) is unknown color: approx Bossanova. HEX triplet: 54, 3B and 59. RGB value is (84,59,89). Sum of RGB (Red+Green+Blue) = 84+59+89=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #543B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B59 is #ABC4A6. Grayscale: #454545. Windows color (decimal): -11256999 or 5847892. OLE color: 5847892.

HSL color Cylindrical-coordinate representation of color #543B59: hue angle of 290º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #543B59 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB845989-
CMYK0.060.3400.65
HSL290º20.27%29.02%-
HSV(B)290º33.71%34.9%-
XYZ7.025.7310.19-
YUV69.9138.78138.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=36.21%
G=25.43%
B=38.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8459890.060.3400.6529020.2729.02
Hex543B59622041122141d
Octal1247313164201014422435
Binary10101001110111011001110100010010000011001000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543B59; }

 p { color: rgb(84,59,89); }

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

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

 a { background-color: rgb(84,59,89); }

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

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

 span { border-color: rgb(84,59,89); }

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