#544754

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

Shades of Bossanova #544754

Tints of Bossanova #544754

Color information

#544754 (or 0x544754) is unknown color: approx Bossanova. HEX triplet: 54, 47 and 54. RGB value is (84,71,84). Sum of RGB (Red+Green+Blue) = 84+71+84=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 84 - color contains mainly: red, blue. Hex color #544754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544754 is #ABB8AB. Grayscale: #4C4C4C. Windows color (decimal): -11253932 or 5523284. OLE color: 5523284.

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

Color convert

RGB847184-
CMYK00.1500.67
HSL300º8.39%30.39%-
HSV(B)300º15.48%32.94%-
XYZ7.517.039.35-
YUV76.37132.31133.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=35.15%
G=29.71%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84718400.1500.673008.3930.39
Hex5447540F04312c81e
Octal12410712401701034541036
Binary1010100100011110101000111101000011100101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544754; }

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

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

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

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

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

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

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

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