Html Css Color HEX #543A59 Bossanova

📋 copy color: '#543A59'

red 84 ◦ green 58 ◦ blue 89

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

Shades of Bossanova #543A59

Tints of Bossanova #543A59

RGB

 RED value IS 84 (33.2% from 255) = 36.36%

 GREEN value IS 58 (23.05% from 255) = 25.11%

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 36.36%
G = 25.11%
B = 38.53%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#543A59 (or 0x543A59) is known color: Bossanova. HEX triplet: 54, 3A and 59. RGB value is (84,58,89). Sum of RGB (Red+Green+Blue) = 84+58+89=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #543A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A59 is #ABC5A6. Grayscale: #454545. Windows color (decimal): -11257255 or 5847636. OLE color: 5847636.

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

Color convert

RGB 84 58 89 -
CMYK 0.06 0.35 0 0.65
HSL 290.32º 0.21% 0.29% -
HSV(B) 290.32º 0.35% 0.35% -
XYZ 6.97 5.63 10.17 -
YUV 69.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 84 58 89 0.06 0.35 0 0.65 290.32 0.21 0.29
Hex 54 3A 59 6 23 0 41 122 15 1D
Octal 124 72 131 6 43 0 101 442 25 35
Binary 1010100 111010 1011001 110 100011 0 1000001 100100010 10101 11101

Color Harmonies of #543A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543A59

Black with #543A59

Text Example


Text Example

White with #543A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #543A59;
 }
 .AnyTagClassName
 {
   color: #543A59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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