#52494B

Color #52494B Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #52494B

Tints of Emperor #52494B

Color information

#52494B (or 0x52494B) is unknown color: approx Emperor. HEX triplet: 52, 49 and 4B. RGB value is (82,73,75). Sum of RGB (Red+Green+Blue) = 82+73+75=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #52494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52494B is #ADB6B4. Grayscale: #4B4B4B. Windows color (decimal): -11384501 or 4933970. OLE color: 4933970.

HSL color Cylindrical-coordinate representation of color #52494B: hue angle of 346.67º 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 #52494B is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB827375-
CMYK00.110.090.68
HSL346.67º5.81%30.39%-
HSV(B)346.67º10.98%32.16%-
XYZ7.137.077.64-
YUV75.92127.48132.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=35.65%
G=31.74%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82737500.110.090.68346.675.8130.39
Hex52494B0B94415b61e
Octal12211111301311104533636
Binary101001010010011001011010111001100010010101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52494B;
 }
 .AnyTagClassName
 {
   color: #52494B;
 }
</style>
background-color css

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

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

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

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

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

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