#544A57

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

Shades of Bossanova #544A57

Tints of Bossanova #544A57

Color information

#544A57 (or 0x544A57) is unknown color: approx Bossanova. HEX triplet: 54, 4A and 57. RGB value is (84,74,87). Sum of RGB (Red+Green+Blue) = 84+74+87=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 87 - color contains mainly: blue. Hex color #544A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A57 is #ABB5A8. Grayscale: #4E4E4E. Windows color (decimal): -11253161 or 5720660. OLE color: 5720660.

HSL color Cylindrical-coordinate representation of color #544A57: hue angle of 286.15º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #544A57 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB847487-
CMYK0.030.1500.66
HSL286.15º8.07%31.57%-
HSV(B)286.15º14.94%34.12%-
XYZ7.837.4710.05-
YUV78.47132.81131.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=34.29%
G=30.20%
B=35.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8474870.030.1500.66286.158.0731.57
Hex544A573F04211e820
Octal12411212731701024361040
Binary101010010010101010111111111010000101000111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A57; }

 p { color: rgb(84,74,87); }

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

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

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

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

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

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

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