#534648

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

Shades of Emperor #534648

Tints of Emperor #534648

Color information

#534648 (or 0x534648) is unknown color: approx Emperor. HEX triplet: 53, 46 and 48. RGB value is (83,70,72). Sum of RGB (Red+Green+Blue) = 83+70+72=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #534648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534648 is #ACB9B7. Grayscale: #4A4A4A. Windows color (decimal): -11319736 or 4736595. OLE color: 4736595.

HSL color Cylindrical-coordinate representation of color #534648: hue angle of 350.77º 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 #534648 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB837072-
CMYK00.160.130.67
HSL350.77º8.5%30%-
HSV(B)350.77º15.66%32.55%-
XYZ6.936.697.06-
YUV74.11126.81134.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 72 (28.52% from 255) = 32%
R=36.89%
G=31.11%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83707200.160.130.67350.778.530
Hex534648010D4315f81e
Octal123106110020151035371036
Binary10100111000110100100001000011011000011101011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534648; }

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

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

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

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

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

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

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

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