Html Css Color HEX #54494B Emperor

📋 copy color: '#54494B'

red 84 ◦ green 73 ◦ blue 75

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

Shades of Emperor #54494B

Tints of Emperor #54494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 36.21%
G = 31.47%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54494B (or 0x54494B) is known color: Emperor. HEX triplet: 54, 49 and 4B. RGB value is (84,73,75). Sum of RGB (Red+Green+Blue) = 84+73+75=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #54494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54494B is #ABB6B4. Grayscale: #4C4C4C. Windows color (decimal): -11253429 or 4933972. OLE color: 4933972.

HSL color Cylindrical-coordinate representation of color #54494B: hue angle of 349.09º 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 #54494B is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 75 -
CMYK 0 0.13 0.11 0.67
HSL 349.09º 0.07% 0.31% -
HSV(B) 349.09º 0.13% 0.33% -
XYZ 7.31 7.16 7.65 -
YUV 76.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 84 73 75 0 0.13 0.11 0.67 349.09 0.07 0.31
Hex 54 49 4B 0 D B 43 15D 7 1F
Octal 124 111 113 0 15 13 103 535 7 37
Binary 1010100 1001001 1001011 0 1101 1011 1000011 101011101 111 11111

Color Harmonies of #54494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54494B

Black with #54494B

Text Example


Text Example

White with #54494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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