#544559

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

Shades of Bossanova #544559

Tints of Bossanova #544559

Color information

#544559 (or 0x544559) is unknown color: approx Bossanova. HEX triplet: 54, 45 and 59. RGB value is (84,69,89). Sum of RGB (Red+Green+Blue) = 84+69+89=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #544559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544559 is #ABBAA6. Grayscale: #4B4B4B. Windows color (decimal): -11254439 or 5850452. OLE color: 5850452.

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

Color convert

RGB846989-
CMYK0.060.2200.65
HSL285º12.66%30.98%-
HSV(B)285º22.47%34.9%-
XYZ7.596.8610.38-
YUV75.76135.47133.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=34.71%
G=28.51%
B=36.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8469890.060.2200.6528512.6630.98
Hex54455961604111dd1f
Octal12410513162601014351537
Binary1010100100010110110011101011001000001100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544559; }

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

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

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

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

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

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

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

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