#544055

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

Shades of Bossanova #544055

Tints of Bossanova #544055

Color information

#544055 (or 0x544055) is unknown color: approx Bossanova. HEX triplet: 54, 40 and 55. RGB value is (84,64,85). Sum of RGB (Red+Green+Blue) = 84+64+85=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #544055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544055 is #ABBFAA. Grayscale: #484848. Windows color (decimal): -11255723 or 5587028. OLE color: 5587028.

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

Color convert

RGB846485-
CMYK0.010.2500.67
HSL297.14º14.09%29.22%-
HSV(B)297.14º24.71%33.33%-
XYZ7.136.219.42-
YUV72.37135.13136.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=36.05%
G=27.47%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8464850.010.2500.67297.1414.0929.22
Hex544055119043129e1d
Octal12410012513101034511635
Binary10101001000000101010111100101000011100101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544055; }

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

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

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

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

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

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

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

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