Html Css Color HEX #543F59 Bossanova

📋 copy color: '#543F59'

red 84 ◦ green 63 ◦ blue 89

#543F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #543F59

Tints of Bossanova #543F59

RGB

 RED value IS 84 (33.2% 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 value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#543F59 (or 0x543F59) is known color: 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

RGB 84 63 89 -
CMYK 0.06 0.29 0 0.65
HSL 288.46º 0.17% 0.3% -
HSV(B) 288.46º 0.29% 0.35% -
XYZ 7.24 6.16 10.26 -
YUV 72.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 84 63 89 0.06 0.29 0 0.65 288.46 0.17 0.3
Hex 54 3F 59 6 1D 0 41 120 11 1E
Octal 124 77 131 6 35 0 101 440 21 36
Binary 1010100 111111 1011001 110 11101 0 1000001 100100000 10001 11110

Color Harmonies of #543F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543F59

Black with #543F59

Text Example


Text Example

White with #543F59

Text Example


Text Example

HTML Codes & Css Web 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>