Html Css Color HEX #52494A Emperor

📋 copy color: '#52494A'

red 82 ◦ green 73 ◦ blue 74

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

Shades of Emperor #52494A

Tints of Emperor #52494A

RGB

 RED value IS 82 (32.42% from 255) = 35.81%

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

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

R = 35.81%
G = 31.88%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52494A (or 0x52494A) is known color: Emperor. HEX triplet: 52, 49 and 4A. RGB value is (82,73,74). Sum of RGB (Red+Green+Blue) = 82+73+74=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #52494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52494A is #ADB6B5. Grayscale: #4B4B4B. Windows color (decimal): -11384502 or 4868434. OLE color: 4868434.

HSL color Cylindrical-coordinate representation of color #52494A: hue angle of 353.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52494A is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 74 -
CMYK 0 0.11 0.10 0.68
HSL 353.33º 0.06% 0.3% -
HSV(B) 353.33º 0.11% 0.32% -
XYZ 7.1 7.05 7.47 -
YUV 75.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 82 73 74 0 0.11 0.10 0.68 353.33 0.06 0.3
Hex 52 49 4A 0 B A 44 161 6 1E
Octal 122 111 112 0 13 12 104 541 6 36
Binary 1010010 1001001 1001010 0 1011 1010 1000100 101100001 110 11110

Color Harmonies of #52494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52494A

Black with #52494A

Text Example


Text Example

White with #52494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,73,74); }

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

background-color css

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

 a { background-color: rgb(82,73,74); }

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

border-color css

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

 span { border-color: rgb(82,73,74); }

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