Html Css Color HEX #543D59 Bossanova

📋 copy color: '#543D59'

red 84 ◦ green 61 ◦ blue 89

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

Shades of Bossanova #543D59

Tints of Bossanova #543D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

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

R = 35.9%
G = 26.07%
B = 38.03%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 84 61 89 -
CMYK 0.06 0.31 0 0.65
HSL 289.29º 0.19% 0.29% -
HSV(B) 289.29º 0.31% 0.35% -
XYZ 7.13 5.94 10.22 -
YUV 71.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 84 61 89 0.06 0.31 0 0.65 289.29 0.19 0.29
Hex 54 3D 59 6 1F 0 41 121 13 1D
Octal 124 75 131 6 37 0 101 441 23 35
Binary 1010100 111101 1011001 110 11111 0 1000001 100100001 10011 11101

Color Harmonies of #543D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543D59

Black with #543D59

Text Example


Text Example

White with #543D59

Text Example


Text Example

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