Html Css Color HEX #54516F Smoky

📋 copy color: '#54516F'

red 84 ◦ green 81 ◦ blue 111

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

Shades of Smoky #54516F

Tints of Smoky #54516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 30.43%
G = 29.35%
B = 40.22%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54516F (or 0x54516F) is known color: Smoky. HEX triplet: 54, 51 and 6F. RGB value is (84,81,111). Sum of RGB (Red+Green+Blue) = 84+81+111=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #54516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516F is #ABAE90. Grayscale: #555555. Windows color (decimal): -11251345 or 7295316. OLE color: 7295316.

HSL color Cylindrical-coordinate representation of color #54516F: hue angle of 246º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #54516F is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 81 111 -
CMYK 0.24 0.27 0 0.56
HSL 246º 0.16% 0.38% -
HSV(B) 246º 0.27% 0.44% -
XYZ 9.47 8.92 16.26 -
YUV 85.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 84 81 111 0.24 0.27 0 0.56 246 0.16 0.38
Hex 54 51 6F 18 1B 0 38 F6 10 26
Octal 124 121 157 30 33 0 70 366 20 46
Binary 1010100 1010001 1101111 11000 11011 0 111000 11110110 10000 100110

Color Harmonies of #54516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54516F

Black with #54516F

Text Example


Text Example

White with #54516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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