Html Css Color HEX #54526E Smoky

📋 copy color: '#54526E'

red 84 ◦ green 82 ◦ blue 110

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

Shades of Smoky #54526E

Tints of Smoky #54526E

RGB

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

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

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

R = 30.43%
G = 29.71%
B = 39.86%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54526E (or 0x54526E) is known color: Smoky. HEX triplet: 54, 52 and 6E. RGB value is (84,82,110). Sum of RGB (Red+Green+Blue) = 84+82+110=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #54526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54526E is #ABAD91. Grayscale: #555555. Windows color (decimal): -11251090 or 7230036. OLE color: 7230036.

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

Color convert

RGB 84 82 110 -
CMYK 0.24 0.25 0 0.57
HSL 244.29º 0.15% 0.38% -
HSV(B) 244.29º 0.25% 0.43% -
XYZ 9.49 9.05 16 -
YUV 85.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 84 82 110 0.24 0.25 0 0.57 244.29 0.15 0.38
Hex 54 52 6E 18 19 0 39 F4 F 26
Octal 124 122 156 30 31 0 71 364 17 46
Binary 1010100 1010010 1101110 11000 11001 0 111001 11110100 1111 100110

Color Harmonies of #54526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54526E

Black with #54526E

Text Example


Text Example

White with #54526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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