#544459

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

Shades of Bossanova #544459

Tints of Bossanova #544459

Color information

#544459 (or 0x544459) is unknown color: approx Bossanova. HEX triplet: 54, 44 and 59. RGB value is (84,68,89). Sum of RGB (Red+Green+Blue) = 84+68+89=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #544459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544459 is #ABBBA6. Grayscale: #4B4B4B. Windows color (decimal): -11254695 or 5850196. OLE color: 5850196.

HSL color Cylindrical-coordinate representation of color #544459: hue angle of 285.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #544459 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB846889-
CMYK0.060.2400.65
HSL285.71º13.38%30.78%-
HSV(B)285.71º23.6%34.9%-
XYZ7.536.7410.36-
YUV75.18135.8134.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=34.85%
G=28.22%
B=36.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8468890.060.2400.65285.7113.3830.78
Hex54445961804111ed1f
Octal12410413163001014361537
Binary1010100100010010110011101100001000001100011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544459; }

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

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

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

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

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

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

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

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