Html Css Color HEX #54516E Smoky

📋 copy color: '#54516E'

red 84 ◦ green 81 ◦ blue 110

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

Shades of Smoky #54516E

Tints of Smoky #54516E

RGB

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

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

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

R = 30.55%
G = 29.45%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54516E (or 0x54516E) is known color: Smoky. HEX triplet: 54, 51 and 6E. RGB value is (84,81,110). Sum of RGB (Red+Green+Blue) = 84+81+110=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #54516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516E is #ABAE91. Grayscale: #555555. Windows color (decimal): -11251346 or 7229780. OLE color: 7229780.

HSL color Cylindrical-coordinate representation of color #54516E: hue angle of 246.21º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54516E is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 81 110 -
CMYK 0.24 0.26 0 0.57
HSL 246.21º 0.15% 0.37% -
HSV(B) 246.21º 0.26% 0.43% -
XYZ 9.41 8.9 15.97 -
YUV 85.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 84 81 110 0.24 0.26 0 0.57 246.21 0.15 0.37
Hex 54 51 6E 18 1A 0 39 F6 F 25
Octal 124 121 156 30 32 0 71 366 17 45
Binary 1010100 1010001 1101110 11000 11010 0 111001 11110110 1111 100101

Color Harmonies of #54516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54516E

Black with #54516E

Text Example


Text Example

White with #54516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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