Html Css Color HEX #544C6F Smoky

📋 copy color: '#544C6F'

red 84 ◦ green 76 ◦ blue 111

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

Shades of Smoky #544C6F

Tints of Smoky #544C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.96%

R = 31%
G = 28.04%
B = 40.96%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#544C6F (or 0x544C6F) is known color: Smoky. HEX triplet: 54, 4C and 6F. RGB value is (84,76,111). Sum of RGB (Red+Green+Blue) = 84+76+111=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #544C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C6F is #ABB390. Grayscale: #525252. Windows color (decimal): -11252625 or 7294036. OLE color: 7294036.

HSL color Cylindrical-coordinate representation of color #544C6F: hue angle of 253.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #544C6F is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 76 111 -
CMYK 0.24 0.32 0 0.56
HSL 253.71º 0.19% 0.37% -
HSV(B) 253.71º 0.32% 0.44% -
XYZ 9.11 8.2 16.14 -
YUV 82.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 84 76 111 0.24 0.32 0 0.56 253.71 0.19 0.37
Hex 54 4C 6F 18 20 0 38 FE 13 25
Octal 124 114 157 30 40 0 70 376 23 45
Binary 1010100 1001100 1101111 11000 100000 0 111000 11111110 10011 100101

Color Harmonies of #544C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C6F

Black with #544C6F

Text Example


Text Example

White with #544C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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