Html Css Color HEX #544457 Bossanova

📋 copy color: '#544457'

red 84 ◦ green 68 ◦ blue 87

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

Shades of Bossanova #544457

Tints of Bossanova #544457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.45%

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

R = 35.15%
G = 28.45%
B = 36.4%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#544457 (or 0x544457) is known color: Bossanova. HEX triplet: 54, 44 and 57. RGB value is (84,68,87). Sum of RGB (Red+Green+Blue) = 84+68+87=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #544457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544457 is #ABBBA8. Grayscale: #4A4A4A. Windows color (decimal): -11254697 or 5719124. OLE color: 5719124.

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

Color convert

RGB 84 68 87 -
CMYK 0.03 0.22 0 0.66
HSL 290.53º 0.12% 0.3% -
HSV(B) 290.53º 0.22% 0.34% -
XYZ 7.44 6.71 9.92 -
YUV 74.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 84 68 87 0.03 0.22 0 0.66 290.53 0.12 0.3
Hex 54 44 57 3 16 0 42 123 C 1E
Octal 124 104 127 3 26 0 102 443 14 36
Binary 1010100 1000100 1010111 11 10110 0 1000010 100100011 1100 11110

Color Harmonies of #544457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544457

Black with #544457

Text Example


Text Example

White with #544457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544457; }

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

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

background-color css

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

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

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

border-color css

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

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

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