Html Css Color HEX #54526D Smoky

📋 copy color: '#54526D'

red 84 ◦ green 82 ◦ blue 109

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

Shades of Smoky #54526D

Tints of Smoky #54526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 30.55%
G = 29.82%
B = 39.64%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54526D (or 0x54526D) is known color: Smoky. HEX triplet: 54, 52 and 6D. RGB value is (84,82,109). Sum of RGB (Red+Green+Blue) = 84+82+109=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #54526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54526D is #ABAD92. Grayscale: #555555. Windows color (decimal): -11251091 or 7164500. OLE color: 7164500.

HSL color Cylindrical-coordinate representation of color #54526D: hue angle of 244.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54526D is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 82 109 -
CMYK 0.23 0.25 0 0.57
HSL 244.44º 0.14% 0.37% -
HSV(B) 244.44º 0.25% 0.43% -
XYZ 9.43 9.02 15.71 -
YUV 85.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 84 82 109 0.23 0.25 0 0.57 244.44 0.14 0.37
Hex 54 52 6D 17 19 0 39 F4 E 25
Octal 124 122 155 27 31 0 71 364 16 45
Binary 1010100 1010010 1101101 10111 11001 0 111001 11110100 1110 100101

Color Harmonies of #54526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54526D

Black with #54526D

Text Example


Text Example

White with #54526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54526D; }

 p { color: rgb(84,82,109); }

 H1.HeaderClassName
 {
   color: #54526D;
 }
 .AnyTagClassName
 {
   color: #54526D;
 }
</style>

background-color css

<style>
 a { background-color: #54526D; }

 a { background-color: rgb(84,82,109); }

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

border-color css

<style>
 span { border-color: #54526D; }

 span { border-color: rgb(84,82,109); }

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