#544254

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

Shades of Bossanova #544254

Tints of Bossanova #544254

Color information

#544254 (or 0x544254) is unknown color: approx Bossanova. HEX triplet: 54, 42 and 54. RGB value is (84,66,84). Sum of RGB (Red+Green+Blue) = 84+66+84=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: red, blue. Hex color #544254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544254 is #ABBDAB. Grayscale: #494949. Windows color (decimal): -11255212 or 5522004. OLE color: 5522004.

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

Color convert

RGB846684-
CMYK00.2100.67
HSL300º12%29.41%-
HSV(B)300º21.43%32.94%-
XYZ7.26.429.25-
YUV73.43133.96135.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=35.90%
G=28.21%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84668400.2100.673001229.41
Hex54425401504312cc1d
Octal12410212402501034541435
Binary10101001000010101010001010101000011100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544254; }

 p { color: rgb(84,66,84); }

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

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

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

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

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

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

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