#544958

Color #544958 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #544958

Tints of Bossanova #544958

Color information

#544958 (or 0x544958) is unknown color: approx 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

RGB847388-
CMYK0.050.1700.65
HSL284º9.32%31.57%-
HSV(B)284º17.05%34.51%-
XYZ7.87.3510.24-
YUV78133.64132.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=34.29%
G=29.80%
B=35.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8473880.050.1700.652849.3231.57
Hex54495851104111c920
Octal12411113052101014341140
Binary10101001001001101100010110001010000011000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>