Html Css Color HEX #54526B Smoky

📋 copy color: '#54526B'

red 84 ◦ green 82 ◦ blue 107

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

Shades of Smoky #54526B

Tints of Smoky #54526B

RGB

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

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

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

R = 30.77%
G = 30.04%
B = 39.19%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54526B (or 0x54526B) is known color: Smoky. HEX triplet: 54, 52 and 6B. RGB value is (84,82,107). Sum of RGB (Red+Green+Blue) = 84+82+107=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #54526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54526B is #ABAD94. Grayscale: #555555. Windows color (decimal): -11251093 or 7033428. OLE color: 7033428.

HSL color Cylindrical-coordinate representation of color #54526B: hue angle of 244.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54526B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 82 107 -
CMYK 0.21 0.23 0 0.58
HSL 244.8º 0.13% 0.37% -
HSV(B) 244.8º 0.23% 0.42% -
XYZ 9.33 8.98 15.15 -
YUV 85.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 84 82 107 0.21 0.23 0 0.58 244.8 0.13 0.37
Hex 54 52 6B 15 17 0 3A F5 D 25
Octal 124 122 153 25 27 0 72 365 15 45
Binary 1010100 1010010 1101011 10101 10111 0 111010 11110101 1101 100101

Color Harmonies of #54526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54526B

Black with #54526B

Text Example


Text Example

White with #54526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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