#564348

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

Shades of Emperor #564348

Tints of Emperor #564348

Color information

#564348 (or 0x564348) is unknown color: approx Emperor. HEX triplet: 56, 43 and 48. RGB value is (86,67,72). Sum of RGB (Red+Green+Blue) = 86+67+72=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564348 is #A9BCB7. Grayscale: #494949. Windows color (decimal): -11123896 or 4735830. OLE color: 4735830.

HSL color Cylindrical-coordinate representation of color #564348: hue angle of 344.21º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564348 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB866772-
CMYK00.220.160.66
HSL344.21º12.42%30%-
HSV(B)344.21º22.09%33.73%-
XYZ7.016.467.01-
YUV73.25127.29137.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 72 (28.52% from 255) = 32%
R=38.22%
G=29.78%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86677200.220.160.66344.2112.4230
Hex5643480161042158c1e
Octal126103110026201025301436
Binary101011010000111001000010110100001000010101011000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564348; }

 p { color: rgb(86,67,72); }

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

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

 a { background-color: rgb(86,67,72); }

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

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

 span { border-color: rgb(86,67,72); }

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