#534446

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

Shades of Emperor #534446

Tints of Emperor #534446

Color information

#534446 (or 0x534446) is unknown color: approx Emperor. HEX triplet: 53, 44 and 46. RGB value is (83,68,70). Sum of RGB (Red+Green+Blue) = 83+68+70=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534446 is #ACBBB9. Grayscale: #484848. Windows color (decimal): -11320250 or 4605011. OLE color: 4605011.

HSL color Cylindrical-coordinate representation of color #534446: hue angle of 352º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534446 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB836870-
CMYK00.180.160.67
HSL352º9.93%29.61%-
HSV(B)352º18.07%32.55%-
XYZ6.746.426.68-
YUV72.71126.47135.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=37.56%
G=30.77%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83687000.180.160.673529.9329.61
Hex5344460121043160a1e
Octal123104106022201035401236
Binary101001110001001000110010010100001000011101100000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534446; }

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

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

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

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

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

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

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

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