#564560

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

Shades of Honey Flower #564560

Tints of Honey Flower #564560

Color information

#564560 (or 0x564560) is unknown color: approx Honey Flower. HEX triplet: 56, 45 and 60. RGB value is (86,69,96). Sum of RGB (Red+Green+Blue) = 86+69+96=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #564560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564560 is #A9BA9F. Grayscale: #4D4D4D. Windows color (decimal): -11123360 or 6309206. OLE color: 6309206.

HSL color Cylindrical-coordinate representation of color #564560: hue angle of 277.78º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564560 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB866996-
CMYK0.100.2800.62
HSL277.78º16.36%32.35%-
HSV(B)277.78º28.12%37.65%-
XYZ8.087.0812.01-
YUV77.16138.63134.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=34.26%
G=27.49%
B=38.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8669960.100.2800.62277.7816.3632.35
Hex564560A1C03E1161020
Octal12610514012340764262040
Binary101011010001011100000101011100011111010001011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564560; }

 p { color: rgb(86,69,96); }

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

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

 a { background-color: rgb(86,69,96); }

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

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

 span { border-color: rgb(86,69,96); }

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