#544454

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

Shades of Bossanova #544454

Tints of Bossanova #544454

Color information

#544454 (or 0x544454) is unknown color: approx Bossanova. HEX triplet: 54, 44 and 54. RGB value is (84,68,84). Sum of RGB (Red+Green+Blue) = 84+68+84=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: red, blue. Hex color #544454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544454 is #ABBBAB. Grayscale: #4A4A4A. Windows color (decimal): -11254700 or 5522516. OLE color: 5522516.

HSL color Cylindrical-coordinate representation of color #544454: hue angle of 300º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544454 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB846884-
CMYK00.1900.67
HSL300º10.53%29.8%-
HSV(B)300º19.05%32.94%-
XYZ7.326.669.29-
YUV74.61133.3134.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=35.59%
G=28.81%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84688400.1900.6730010.5329.8
Hex54445401304312cb1e
Octal12410412402301034541336
Binary10101001000100101010001001101000011100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544454; }

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

 H1.HeaderClassName
 {
   color: #544454;
 }
 .AnyTagClassName
 {
   color: #544454;
 }
</style>
background-color css

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

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

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

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

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

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