Html Css Color HEX #54474B Emperor

📋 copy color: '#54474B'

red 84 ◦ green 71 ◦ blue 75

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

Shades of Emperor #54474B

Tints of Emperor #54474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.87%

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

R = 36.52%
G = 30.87%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54474B (or 0x54474B) is known color: Emperor. HEX triplet: 54, 47 and 4B. RGB value is (84,71,75). Sum of RGB (Red+Green+Blue) = 84+71+75=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #54474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54474B is #ABB8B4. Grayscale: #4B4B4B. Windows color (decimal): -11253941 or 4933460. OLE color: 4933460.

HSL color Cylindrical-coordinate representation of color #54474B: hue angle of 341.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #54474B is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 75 -
CMYK 0 0.15 0.11 0.67
HSL 341.54º 0.08% 0.3% -
HSV(B) 341.54º 0.15% 0.33% -
XYZ 7.18 6.9 7.61 -
YUV 75.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 84 71 75 0 0.15 0.11 0.67 341.54 0.08 0.3
Hex 54 47 4B 0 F B 43 156 8 1E
Octal 124 107 113 0 17 13 103 526 10 36
Binary 1010100 1000111 1001011 0 1111 1011 1000011 101010110 1000 11110

Color Harmonies of #54474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54474B

Black with #54474B

Text Example


Text Example

White with #54474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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