Html Css Color HEX #54516B Smoky

📋 copy color: '#54516B'

red 84 ◦ green 81 ◦ blue 107

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

Shades of Smoky #54516B

Tints of Smoky #54516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 30.88%
G = 29.78%
B = 39.34%

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

#54516B (or 0x54516B) is known color: Smoky. HEX triplet: 54, 51 and 6B. RGB value is (84,81,107). Sum of RGB (Red+Green+Blue) = 84+81+107=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #54516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516B is #ABAE94. Grayscale: #545454. Windows color (decimal): -11251349 or 7033172. OLE color: 7033172.

HSL color Cylindrical-coordinate representation of color #54516B: hue angle of 246.92º degrees, saturation: 0.14, 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 #54516B is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 81 107 -
CMYK 0.21 0.24 0 0.58
HSL 246.92º 0.14% 0.37% -
HSV(B) 246.92º 0.24% 0.42% -
XYZ 9.25 8.83 15.13 -
YUV 84.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 84 81 107 0.21 0.24 0 0.58 246.92 0.14 0.37
Hex 54 51 6B 15 18 0 3A F7 E 25
Octal 124 121 153 25 30 0 72 367 16 45
Binary 1010100 1010001 1101011 10101 11000 0 111010 11110111 1110 100101

Color Harmonies of #54516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54516B

Black with #54516B

Text Example


Text Example

White with #54516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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