Html Css Color HEX #54516C Smoky

📋 copy color: '#54516C'

red 84 ◦ green 81 ◦ blue 108

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

Shades of Smoky #54516C

Tints of Smoky #54516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 30.77%
G = 29.67%
B = 39.56%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54516C (or 0x54516C) is known color: Smoky. HEX triplet: 54, 51 and 6C. RGB value is (84,81,108). Sum of RGB (Red+Green+Blue) = 84+81+108=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #54516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516C is #ABAE93. Grayscale: #545454. Windows color (decimal): -11251348 or 7098708. OLE color: 7098708.

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

Color convert

RGB 84 81 108 -
CMYK 0.22 0.25 0 0.58
HSL 246.67º 0.14% 0.37% -
HSV(B) 246.67º 0.25% 0.42% -
XYZ 9.31 8.85 15.41 -
YUV 84.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 84 81 108 0.22 0.25 0 0.58 246.67 0.14 0.37
Hex 54 51 6C 16 19 0 3A F7 E 25
Octal 124 121 154 26 31 0 72 367 16 45
Binary 1010100 1010001 1101100 10110 11001 0 111010 11110111 1110 100101

Color Harmonies of #54516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54516C

Black with #54516C

Text Example


Text Example

White with #54516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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