Html Css Color HEX #54494C Emperor

📋 copy color: '#54494C'

red 84 ◦ green 73 ◦ blue 76

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

Shades of Emperor #54494C

Tints of Emperor #54494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 36.05%
G = 31.33%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54494C (or 0x54494C) is known color: Emperor. HEX triplet: 54, 49 and 4C. RGB value is (84,73,76). Sum of RGB (Red+Green+Blue) = 84+73+76=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #54494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54494C is #ABB6B3. Grayscale: #4C4C4C. Windows color (decimal): -11253428 or 4999508. OLE color: 4999508.

HSL color Cylindrical-coordinate representation of color #54494C: hue angle of 343.64º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54494C is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 76 -
CMYK 0 0.13 0.10 0.67
HSL 343.64º 0.07% 0.31% -
HSV(B) 343.64º 0.13% 0.33% -
XYZ 7.34 7.17 7.83 -
YUV 76.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 84 73 76 0 0.13 0.10 0.67 343.64 0.07 0.31
Hex 54 49 4C 0 D A 43 158 7 1F
Octal 124 111 114 0 15 12 103 530 7 37
Binary 1010100 1001001 1001100 0 1101 1010 1000011 101011000 111 11111

Color Harmonies of #54494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54494C

Black with #54494C

Text Example


Text Example

White with #54494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,73,76); }

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

background-color css

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

 a { background-color: rgb(84,73,76); }

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

border-color css

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

 span { border-color: rgb(84,73,76); }

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