Html Css Color HEX #54516A Smoky

📋 copy color: '#54516A'

red 84 ◦ green 81 ◦ blue 106

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

Shades of Smoky #54516A

Tints of Smoky #54516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 31%
G = 29.89%
B = 39.11%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54516A (or 0x54516A) is known color: Smoky. HEX triplet: 54, 51 and 6A. RGB value is (84,81,106). Sum of RGB (Red+Green+Blue) = 84+81+106=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #54516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516A is #ABAE95. Grayscale: #545454. Windows color (decimal): -11251350 or 6967636. OLE color: 6967636.

HSL color Cylindrical-coordinate representation of color #54516A: hue angle of 247.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54516A is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 81 106 -
CMYK 0.21 0.24 0 0.58
HSL 247.2º 0.13% 0.37% -
HSV(B) 247.2º 0.24% 0.42% -
XYZ 9.2 8.81 14.85 -
YUV 84.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 84 81 106 0.21 0.24 0 0.58 247.2 0.13 0.37
Hex 54 51 6A 15 18 0 3A F7 D 25
Octal 124 121 152 25 30 0 72 367 15 45
Binary 1010100 1010001 1101010 10101 11000 0 111010 11110111 1101 100101

Color Harmonies of #54516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54516A

Black with #54516A

Text Example


Text Example

White with #54516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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