Html Css Color HEX #545164 Smoky

📋 copy color: '#545164'

red 84 ◦ green 81 ◦ blue 100

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

Shades of Smoky #545164

Tints of Smoky #545164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 31.7%
G = 30.57%
B = 37.74%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#545164 (or 0x545164) is known color: Smoky. HEX triplet: 54, 51 and 64. RGB value is (84,81,100). Sum of RGB (Red+Green+Blue) = 84+81+100=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 100 - color contains mainly: blue. Hex color #545164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545164 is #ABAE9B. Grayscale: #535353. Windows color (decimal): -11251356 or 6574420. OLE color: 6574420.

HSL color Cylindrical-coordinate representation of color #545164: hue angle of 249.47º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545164 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 81 100 -
CMYK 0.16 0.19 0 0.61
HSL 249.47º 0.1% 0.35% -
HSV(B) 249.47º 0.19% 0.39% -
XYZ 8.9 8.69 13.26 -
YUV 84.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 84 81 100 0.16 0.19 0 0.61 249.47 0.1 0.35
Hex 54 51 64 10 13 0 3D F9 A 23
Octal 124 121 144 20 23 0 75 371 12 43
Binary 1010100 1010001 1100100 10000 10011 0 111101 11111001 1010 100011

Color Harmonies of #545164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545164

Black with #545164

Text Example


Text Example

White with #545164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545164; }

 p { color: rgb(84,81,100); }

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

background-color css

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

 a { background-color: rgb(84,81,100); }

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

border-color css

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

 span { border-color: rgb(84,81,100); }

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