Html Css Color HEX #544A55 Bossanova

📋 copy color: '#544A55'

red 84 ◦ green 74 ◦ blue 85

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

Shades of Bossanova #544A55

Tints of Bossanova #544A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

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

R = 34.57%
G = 30.45%
B = 34.98%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#544A55 (or 0x544A55) is known color: Bossanova. HEX triplet: 54, 4A and 55. RGB value is (84,74,85). Sum of RGB (Red+Green+Blue) = 84+74+85=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 85 - color contains mainly: blue. Hex color #544A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A55 is #ABB5AA. Grayscale: #4E4E4E. Windows color (decimal): -11253163 or 5589588. OLE color: 5589588.

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

Color convert

RGB 84 74 85 -
CMYK 0.01 0.13 0 0.67
HSL 294.55º 0.07% 0.31% -
HSV(B) 294.55º 0.13% 0.33% -
XYZ 7.74 7.44 9.62 -
YUV 78.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 84 74 85 0.01 0.13 0 0.67 294.55 0.07 0.31
Hex 54 4A 55 1 D 0 43 127 7 1F
Octal 124 112 125 1 15 0 103 447 7 37
Binary 1010100 1001010 1010101 1 1101 0 1000011 100100111 111 11111

Color Harmonies of #544A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A55

Black with #544A55

Text Example


Text Example

White with #544A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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