Html Css Color HEX #544958 Bossanova

📋 copy color: '#544958'

red 84 ◦ green 73 ◦ blue 88

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

Shades of Bossanova #544958

Tints of Bossanova #544958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 34.29%
G = 29.8%
B = 35.92%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#544958 (or 0x544958) is known color: Bossanova. HEX triplet: 54, 49 and 58. RGB value is (84,73,88). Sum of RGB (Red+Green+Blue) = 84+73+88=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #544958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544958 is #ABB6A7. Grayscale: #4D4D4D. Windows color (decimal): -11253416 or 5785940. OLE color: 5785940.

HSL color Cylindrical-coordinate representation of color #544958: hue angle of 284º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #544958 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 73 88 -
CMYK 0.05 0.17 0 0.65
HSL 284º 0.09% 0.32% -
HSV(B) 284º 0.17% 0.35% -
XYZ 7.8 7.35 10.24 -
YUV 78 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 84 73 88 0.05 0.17 0 0.65 284 0.09 0.32
Hex 54 49 58 5 11 0 41 11C 9 20
Octal 124 111 130 5 21 0 101 434 11 40
Binary 1010100 1001001 1011000 101 10001 0 1000001 100011100 1001 100000

Color Harmonies of #544958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544958

Black with #544958

Text Example


Text Example

White with #544958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544958; }

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

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

background-color css

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

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

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

border-color css

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

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

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