#543F59

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

Shades of Bossanova #543F59

Tints of Bossanova #543F59

Color information

#543F59 (or 0x543F59) is unknown color: approx Bossanova. HEX triplet: 54, 3F and 59. RGB value is (84,63,89). Sum of RGB (Red+Green+Blue) = 84+63+89=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #543F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543F59 is #ABC0A6. Grayscale: #484848. Windows color (decimal): -11255975 or 5848916. OLE color: 5848916.

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

Color convert

RGB846389-
CMYK0.060.2900.65
HSL288.46º17.11%29.8%-
HSV(B)288.46º29.21%34.9%-
XYZ7.246.1610.26-
YUV72.24137.46136.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=35.59%
G=26.69%
B=37.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8463890.060.2900.65288.4617.1129.8
Hex543F5961D041120111e
Octal1247713163501014402136
Binary1010100111111101100111011101010000011001000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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