Html Css Color HEX #53484A Emperor

📋 copy color: '#53484A'

red 83 ◦ green 72 ◦ blue 74

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

Shades of Emperor #53484A

Tints of Emperor #53484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

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

R = 36.24%
G = 31.44%
B = 32.31%

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

#53484A (or 0x53484A) is known color: Emperor. HEX triplet: 53, 48 and 4A. RGB value is (83,72,74). Sum of RGB (Red+Green+Blue) = 83+72+74=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #53484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53484A is #ACB7B5. Grayscale: #4B4B4B. Windows color (decimal): -11319222 or 4868179. OLE color: 4868179.

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

Color convert

RGB 83 72 74 -
CMYK 0 0.13 0.11 0.67
HSL 349.09º 0.07% 0.3% -
HSV(B) 349.09º 0.13% 0.33% -
XYZ 7.12 6.97 7.45 -
YUV 75.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 83 72 74 0 0.13 0.11 0.67 349.09 0.07 0.3
Hex 53 48 4A 0 D B 43 15D 7 1E
Octal 123 110 112 0 15 13 103 535 7 36
Binary 1010011 1001000 1001010 0 1101 1011 1000011 101011101 111 11110

Color Harmonies of #53484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53484A

Black with #53484A

Text Example


Text Example

White with #53484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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