#543D59

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

Shades of Bossanova #543D59

Tints of Bossanova #543D59

Color information

#543D59 (or 0x543D59) is unknown color: approx Bossanova. HEX triplet: 54, 3D and 59. RGB value is (84,61,89). Sum of RGB (Red+Green+Blue) = 84+61+89=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #543D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D59 is #ABC2A6. Grayscale: #464646. Windows color (decimal): -11256487 or 5848404. OLE color: 5848404.

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

Color convert

RGB846189-
CMYK0.060.3100.65
HSL289.29º18.67%29.41%-
HSV(B)289.29º31.46%34.9%-
XYZ7.135.9410.22-
YUV71.07138.12137.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 61 (24.22% from 255) = 26.07%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=35.90%
G=26.07%
B=38.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8461890.060.3100.65289.2918.6729.41
Hex543D5961F041121131d
Octal1247513163701014412335
Binary1010100111101101100111011111010000011001000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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