#544558

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

Shades of Bossanova #544558

Tints of Bossanova #544558

Color information

#544558 (or 0x544558) is unknown color: approx Bossanova. HEX triplet: 54, 45 and 58. RGB value is (84,69,88). Sum of RGB (Red+Green+Blue) = 84+69+88=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #544558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544558 is #ABBAA7. Grayscale: #4B4B4B. Windows color (decimal): -11254440 or 5784916. OLE color: 5784916.

HSL color Cylindrical-coordinate representation of color #544558: hue angle of 287.37º degrees, saturation: 0.12, 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 #544558 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB846988-
CMYK0.050.2200.65
HSL287.37º12.1%30.78%-
HSV(B)287.37º21.59%34.51%-
XYZ7.556.8510.16-
YUV75.65134.97133.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=34.85%
G=28.63%
B=36.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8469880.050.2200.65287.3712.130.78
Hex54455851604111fc1f
Octal12410513052601014371437
Binary1010100100010110110001011011001000001100011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544558; }

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

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

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

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

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

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

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

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