Html Css Color HEX #544D6C Smoky

📋 copy color: '#544D6C'

red 84 ◦ green 77 ◦ blue 108

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

Shades of Smoky #544D6C

Tints of Smoky #544D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 31.23%
G = 28.62%
B = 40.15%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#544D6C (or 0x544D6C) is known color: Smoky. HEX triplet: 54, 4D and 6C. RGB value is (84,77,108). Sum of RGB (Red+Green+Blue) = 84+77+108=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #544D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D6C is #ABB293. Grayscale: #525252. Windows color (decimal): -11252372 or 7097684. OLE color: 7097684.

HSL color Cylindrical-coordinate representation of color #544D6C: hue angle of 253.55º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #544D6C is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 77 108 -
CMYK 0.22 0.29 0 0.58
HSL 253.55º 0.17% 0.36% -
HSV(B) 253.55º 0.29% 0.42% -
XYZ 9.02 8.28 15.31 -
YUV 82.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 84 77 108 0.22 0.29 0 0.58 253.55 0.17 0.36
Hex 54 4D 6C 16 1D 0 3A FE 11 24
Octal 124 115 154 26 35 0 72 376 21 44
Binary 1010100 1001101 1101100 10110 11101 0 111010 11111110 10001 100100

Color Harmonies of #544D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D6C

Black with #544D6C

Text Example


Text Example

White with #544D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,77,108); }

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

background-color css

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

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

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

border-color css

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

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

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