Html Css Color HEX #53474A Emperor

📋 copy color: '#53474A'

red 83 ◦ green 71 ◦ blue 74

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

Shades of Emperor #53474A

Tints of Emperor #53474A

RGB

 RED value IS 83 (32.81% from 255) = 36.4%

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

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 36.4%
G = 31.14%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53474A (or 0x53474A) is known color: Emperor. HEX triplet: 53, 47 and 4A. RGB value is (83,71,74). Sum of RGB (Red+Green+Blue) = 83+71+74=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53474A is #ACB8B5. Grayscale: #4A4A4A. Windows color (decimal): -11319478 or 4867923. OLE color: 4867923.

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

Color convert

RGB 83 71 74 -
CMYK 0 0.14 0.11 0.67
HSL 345º 0.08% 0.3% -
HSV(B) 345º 0.14% 0.33% -
XYZ 7.06 6.84 7.43 -
YUV 74.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 83 71 74 0 0.14 0.11 0.67 345 0.08 0.3
Hex 53 47 4A 0 E B 43 159 8 1E
Octal 123 107 112 0 16 13 103 531 10 36
Binary 1010011 1000111 1001010 0 1110 1011 1000011 101011001 1000 11110

Color Harmonies of #53474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53474A

Black with #53474A

Text Example


Text Example

White with #53474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53474A; }

 p { color: rgb(83,71,74); }

 H1.HeaderClassName
 {
   color: #53474A;
 }
 .AnyTagClassName
 {
   color: #53474A;
 }
</style>

background-color css

<style>
 a { background-color: #53474A; }

 a { background-color: rgb(83,71,74); }

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

border-color css

<style>
 span { border-color: #53474A; }

 span { border-color: rgb(83,71,74); }

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