#544857

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

Shades of Bossanova #544857

Tints of Bossanova #544857

Color information

#544857 (or 0x544857) is unknown color: approx Bossanova. HEX triplet: 54, 48 and 57. RGB value is (84,72,87). Sum of RGB (Red+Green+Blue) = 84+72+87=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 87 - color contains mainly: blue. Hex color #544857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544857 is #ABB7A8. Grayscale: #4D4D4D. Windows color (decimal): -11253673 or 5720148. OLE color: 5720148.

HSL color Cylindrical-coordinate representation of color #544857: hue angle of 288º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #544857 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB847287-
CMYK0.030.1700.66
HSL288º9.43%31.18%-
HSV(B)288º17.24%34.12%-
XYZ7.697.2110-
YUV77.3133.48132.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=34.57%
G=29.63%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8472870.030.1700.662889.4331.18
Hex54485731104212091f
Octal12411012732101024401137
Binary101010010010001010111111000101000010100100000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544857; }

 p { color: rgb(84,72,87); }

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

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

 a { background-color: rgb(84,72,87); }

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

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

 span { border-color: rgb(84,72,87); }

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