Html Css Color HEX #544957 Bossanova

📋 copy color: '#544957'

red 84 ◦ green 73 ◦ blue 87

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

Shades of Bossanova #544957

Tints of Bossanova #544957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 87 (34.38% from 255) = 35.66%

R = 34.43%
G = 29.92%
B = 35.66%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#544957 (or 0x544957) is known color: Bossanova. HEX triplet: 54, 49 and 57. RGB value is (84,73,87). Sum of RGB (Red+Green+Blue) = 84+73+87=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 87 - color contains mainly: blue. Hex color #544957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544957 is #ABB6A8. Grayscale: #4D4D4D. Windows color (decimal): -11253417 or 5720404. OLE color: 5720404.

HSL color Cylindrical-coordinate representation of color #544957: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #544957 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 84 73 87 -
CMYK 0.03 0.16 0 0.66
HSL 287.14º 0.09% 0.31% -
HSV(B) 287.14º 0.16% 0.34% -
XYZ 7.76 7.34 10.02 -
YUV 77.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 84 73 87 0.03 0.16 0 0.66 287.14 0.09 0.31
Hex 54 49 57 3 10 0 42 11F 9 1F
Octal 124 111 127 3 20 0 102 437 11 37
Binary 1010100 1001001 1010111 11 10000 0 1000010 100011111 1001 11111

Color Harmonies of #544957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544957

Black with #544957

Text Example


Text Example

White with #544957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544957; }

 p { color: rgb(84,73,87); }

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

background-color css

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

 a { background-color: rgb(84,73,87); }

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

border-color css

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

 span { border-color: rgb(84,73,87); }

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