#56474B

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

Shades of Emperor #56474B

Tints of Emperor #56474B

Color information

#56474B (or 0x56474B) is unknown color: approx Emperor. HEX triplet: 56, 47 and 4B. RGB value is (86,71,75). Sum of RGB (Red+Green+Blue) = 86+71+75=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #56474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56474B is #A9B8B4. Grayscale: #4B4B4B. Windows color (decimal): -11122869 or 4933462. OLE color: 4933462.

HSL color Cylindrical-coordinate representation of color #56474B: hue angle of 344º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #56474B is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB867175-
CMYK00.170.130.66
HSL344º9.55%30.78%-
HSV(B)344º17.44%33.73%-
XYZ7.366.997.62-
YUV75.94127.47135.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=37.07%
G=30.60%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86717500.170.130.663449.5530.78
Hex56474B011D42158a1f
Octal126107113021151025301237
Binary10101101000111100101101000111011000010101011000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,71,75); }

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

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

 a { background-color: rgb(86,71,75); }

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

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

 span { border-color: rgb(86,71,75); }

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