#564660

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

Shades of Honey Flower #564660

Tints of Honey Flower #564660

Color information

#564660 (or 0x564660) is unknown color: approx Honey Flower. HEX triplet: 56, 46 and 60. RGB value is (86,70,96). Sum of RGB (Red+Green+Blue) = 86+70+96=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #564660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564660 is #A9B99F. Grayscale: #4D4D4D. Windows color (decimal): -11123104 or 6309462. OLE color: 6309462.

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

Color convert

RGB867096-
CMYK0.100.2700.62
HSL276.92º15.66%32.55%-
HSV(B)276.92º27.08%37.65%-
XYZ8.147.212.03-
YUV77.75138.3133.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=34.13%
G=27.78%
B=38.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8670960.100.2700.62276.9215.6632.55
Hex564660A1B03E1151021
Octal12610614012330764252041
Binary101011010001101100000101011011011111010001010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564660; }

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

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

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

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

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

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

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

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