#543F58

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

Shades of Bossanova #543F58

Tints of Bossanova #543F58

Color information

#543F58 (or 0x543F58) is unknown color: approx Bossanova. HEX triplet: 54, 3F and 58. RGB value is (84,63,88). Sum of RGB (Red+Green+Blue) = 84+63+88=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #543F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543F58 is #ABC0A7. Grayscale: #484848. Windows color (decimal): -11255976 or 5783380. OLE color: 5783380.

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

Color convert

RGB846388-
CMYK0.050.2800.65
HSL290.4º16.56%29.61%-
HSV(B)290.4º28.41%34.51%-
XYZ7.26.1410.04-
YUV72.13136.96136.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=35.74%
G=26.81%
B=37.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8463880.050.2800.65290.416.5629.61
Hex543F5851C041122111e
Octal1247713053401014422136
Binary1010100111111101100010111100010000011001000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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