Html Css Color HEX #544755 Bossanova

📋 copy color: '#544755'

red 84 ◦ green 71 ◦ blue 85

#544755
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #544755

Tints of Bossanova #544755

RGB

 RED value IS 84 (33.2% from 255) = 35%

 GREEN value IS 71 (28.13% from 255) = 29.58%

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 35%
G = 29.58%
B = 35.42%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#544755 (or 0x544755) is known color: Bossanova. HEX triplet: 54, 47 and 55. RGB value is (84,71,85). Sum of RGB (Red+Green+Blue) = 84+71+85=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #544755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544755 is #ABB8AA. Grayscale: #4C4C4C. Windows color (decimal): -11253931 or 5588820. OLE color: 5588820.

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

Color convert

RGB 84 71 85 -
CMYK 0.01 0.16 0 0.67
HSL 295.71º 0.09% 0.31% -
HSV(B) 295.71º 0.16% 0.33% -
XYZ 7.55 7.05 9.56 -
YUV 76.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 84 71 85 0.01 0.16 0 0.67 295.71 0.09 0.31
Hex 54 47 55 1 10 0 43 128 9 1F
Octal 124 107 125 1 20 0 103 450 11 37
Binary 1010100 1000111 1010101 1 10000 0 1000011 100101000 1001 11111

Color Harmonies of #544755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544755

Black with #544755

Text Example


Text Example

White with #544755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544755; }

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

 H1.HeaderClassName
 {
   color: #544755;
 }
 .AnyTagClassName
 {
   color: #544755;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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