Html Css Color HEX #544C55 Bossanova

📋 copy color: '#544C55'

red 84 ◦ green 76 ◦ blue 85

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

Shades of Bossanova #544C55

Tints of Bossanova #544C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 34.29%
G = 31.02%
B = 34.69%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#544C55 (or 0x544C55) is known color: Bossanova. HEX triplet: 54, 4C and 55. RGB value is (84,76,85). Sum of RGB (Red+Green+Blue) = 84+76+85=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 85 - color contains mainly: blue. Hex color #544C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C55 is #ABB3AA. Grayscale: #4F4F4F. Windows color (decimal): -11252651 or 5590100. OLE color: 5590100.

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

Color convert

RGB 84 76 85 -
CMYK 0.01 0.11 0 0.67
HSL 293.33º 0.06% 0.32% -
HSV(B) 293.33º 0.11% 0.33% -
XYZ 7.88 7.71 9.67 -
YUV 79.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 84 76 85 0.01 0.11 0 0.67 293.33 0.06 0.32
Hex 54 4C 55 1 B 0 43 125 6 20
Octal 124 114 125 1 13 0 103 445 6 40
Binary 1010100 1001100 1010101 1 1011 0 1000011 100100101 110 100000

Color Harmonies of #544C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C55

Black with #544C55

Text Example


Text Example

White with #544C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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