Html Css Color HEX #53464A Emperor

📋 copy color: '#53464A'

red 83 ◦ green 70 ◦ blue 74

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

Shades of Emperor #53464A

Tints of Emperor #53464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 36.56%
G = 30.84%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53464A (or 0x53464A) is known color: Emperor. HEX triplet: 53, 46 and 4A. RGB value is (83,70,74). Sum of RGB (Red+Green+Blue) = 83+70+74=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #53464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53464A is #ACB9B5. Grayscale: #4A4A4A. Windows color (decimal): -11319734 or 4867667. OLE color: 4867667.

HSL color Cylindrical-coordinate representation of color #53464A: 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.16%. Process color model (Four color, CMYK) of #53464A is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 74 -
CMYK 0 0.16 0.11 0.67
HSL 341.54º 0.08% 0.3% -
HSV(B) 341.54º 0.16% 0.33% -
XYZ 6.99 6.71 7.41 -
YUV 74.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 83 70 74 0 0.16 0.11 0.67 341.54 0.08 0.3
Hex 53 46 4A 0 10 B 43 156 8 1E
Octal 123 106 112 0 20 13 103 526 10 36
Binary 1010011 1000110 1001010 0 10000 1011 1000011 101010110 1000 11110

Color Harmonies of #53464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53464A

Black with #53464A

Text Example


Text Example

White with #53464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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