#544655

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

Shades of Bossanova #544655

Tints of Bossanova #544655

Color information

#544655 (or 0x544655) is unknown color: approx Bossanova. HEX triplet: 54, 46 and 55. RGB value is (84,70,85). Sum of RGB (Red+Green+Blue) = 84+70+85=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #544655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544655 is #ABB9AA. Grayscale: #4B4B4B. Windows color (decimal): -11254187 or 5588564. OLE color: 5588564.

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

Color convert

RGB847085-
CMYK0.010.1800.67
HSL296º9.68%30.39%-
HSV(B)296º17.65%33.33%-
XYZ7.496.929.54-
YUV75.9133.14133.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=35.15%
G=29.29%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8470850.010.1800.672969.6830.39
Hex544655112043128a1e
Octal12410612512201034501236
Binary10101001000110101010111001001000011100101000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544655; }

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

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

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

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

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

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

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

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