#544A55

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

Shades of Bossanova #544A55

Tints of Bossanova #544A55

Color information

#544A55 (or 0x544A55) is unknown color: approx Bossanova. HEX triplet: 54, 4A and 55. RGB value is (84,74,85). Sum of RGB (Red+Green+Blue) = 84+74+85=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 85 - color contains mainly: blue. Hex color #544A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A55 is #ABB5AA. Grayscale: #4E4E4E. Windows color (decimal): -11253163 or 5589588. OLE color: 5589588.

HSL color Cylindrical-coordinate representation of color #544A55: hue angle of 294.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #544A55 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB847485-
CMYK0.010.1300.67
HSL294.55º6.92%31.18%-
HSV(B)294.55º12.94%33.33%-
XYZ7.747.449.62-
YUV78.24131.81132.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=34.57%
G=30.45%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8474850.010.1300.67294.556.9231.18
Hex544A551D04312771f
Octal1241121251150103447737
Binary101010010010101010101111010100001110010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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