Html Css Color HEX #54526C Smoky

📋 copy color: '#54526C'

red 84 ◦ green 82 ◦ blue 108

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

Shades of Smoky #54526C

Tints of Smoky #54526C

RGB

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

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

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

R = 30.66%
G = 29.93%
B = 39.42%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54526C (or 0x54526C) is known color: Smoky. HEX triplet: 54, 52 and 6C. RGB value is (84,82,108). Sum of RGB (Red+Green+Blue) = 84+82+108=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #54526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54526C is #ABAD93. Grayscale: #555555. Windows color (decimal): -11251092 or 7098964. OLE color: 7098964.

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

Color convert

RGB 84 82 108 -
CMYK 0.22 0.24 0 0.58
HSL 244.62º 0.14% 0.37% -
HSV(B) 244.62º 0.24% 0.42% -
XYZ 9.38 9 15.43 -
YUV 85.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 84 82 108 0.22 0.24 0 0.58 244.62 0.14 0.37
Hex 54 52 6C 16 18 0 3A F5 E 25
Octal 124 122 154 26 30 0 72 365 16 45
Binary 1010100 1010010 1101100 10110 11000 0 111010 11110101 1110 100101

Color Harmonies of #54526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54526C

Black with #54526C

Text Example


Text Example

White with #54526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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