#544855

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

Shades of Bossanova #544855

Tints of Bossanova #544855

Color information

#544855 (or 0x544855) is unknown color: approx Bossanova. HEX triplet: 54, 48 and 55. RGB value is (84,72,85). Sum of RGB (Red+Green+Blue) = 84+72+85=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #544855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544855 is #ABB7AA. Grayscale: #4D4D4D. Windows color (decimal): -11253675 or 5589076. OLE color: 5589076.

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

Color convert

RGB847285-
CMYK0.010.1500.67
HSL295.38º8.28%30.78%-
HSV(B)295.38º15.29%33.33%-
XYZ7.617.189.58-
YUV77.07132.48132.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=34.85%
G=29.88%
B=35.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8472850.010.1500.67295.388.2830.78
Hex5448551F04312781f
Octal12411012511701034471037
Binary1010100100100010101011111101000011100100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544855; }

 p { color: rgb(84,72,85); }

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

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

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

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

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

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

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