Html Css Color HEX #544C6E Smoky

📋 copy color: '#544C6E'

red 84 ◦ green 76 ◦ blue 110

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

Shades of Smoky #544C6E

Tints of Smoky #544C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.74%

R = 31.11%
G = 28.15%
B = 40.74%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#544C6E (or 0x544C6E) is known color: Smoky. HEX triplet: 54, 4C and 6E. RGB value is (84,76,110). Sum of RGB (Red+Green+Blue) = 84+76+110=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #544C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C6E is #ABB391. Grayscale: #525252. Windows color (decimal): -11252626 or 7228500. OLE color: 7228500.

HSL color Cylindrical-coordinate representation of color #544C6E: hue angle of 254.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #544C6E is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 76 110 -
CMYK 0.24 0.31 0 0.57
HSL 254.12º 0.18% 0.36% -
HSV(B) 254.12º 0.31% 0.43% -
XYZ 9.06 8.18 15.85 -
YUV 82.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 84 76 110 0.24 0.31 0 0.57 254.12 0.18 0.36
Hex 54 4C 6E 18 1F 0 39 FE 12 24
Octal 124 114 156 30 37 0 71 376 22 44
Binary 1010100 1001100 1101110 11000 11111 0 111001 11111110 10010 100100

Color Harmonies of #544C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C6E

Black with #544C6E

Text Example


Text Example

White with #544C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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