Html Css Color HEX #544E6C Smoky

📋 copy color: '#544E6C'

red 84 ◦ green 78 ◦ blue 108

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

Shades of Smoky #544E6C

Tints of Smoky #544E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.89%

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

R = 31.11%
G = 28.89%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#544E6C (or 0x544E6C) is known color: Smoky. HEX triplet: 54, 4E and 6C. RGB value is (84,78,108). Sum of RGB (Red+Green+Blue) = 84+78+108=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #544E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E6C is #ABB193. Grayscale: #535353. Windows color (decimal): -11252116 or 7097940. OLE color: 7097940.

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

Color convert

RGB 84 78 108 -
CMYK 0.22 0.28 0 0.58
HSL 252º 0.16% 0.36% -
HSV(B) 252º 0.28% 0.42% -
XYZ 9.09 8.42 15.33 -
YUV 83.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 84 78 108 0.22 0.28 0 0.58 252 0.16 0.36
Hex 54 4E 6C 16 1C 0 3A FC 10 24
Octal 124 116 154 26 34 0 72 374 20 44
Binary 1010100 1001110 1101100 10110 11100 0 111010 11111100 10000 100100

Color Harmonies of #544E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544E6C

Black with #544E6C

Text Example


Text Example

White with #544E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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