#564760

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

Shades of Honey Flower #564760

Tints of Honey Flower #564760

Color information

#564760 (or 0x564760) is unknown color: approx Honey Flower. HEX triplet: 56, 47 and 60. RGB value is (86,71,96). Sum of RGB (Red+Green+Blue) = 86+71+96=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #564760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564760 is #A9B89F. Grayscale: #4E4E4E. Windows color (decimal): -11122848 or 6309718. OLE color: 6309718.

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

Color convert

RGB867196-
CMYK0.100.2600.62
HSL276º14.97%32.75%-
HSV(B)276º26.04%37.65%-
XYZ8.27.3312.05-
YUV78.33137.97133.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=33.99%
G=28.06%
B=37.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8671960.100.2600.6227614.9732.75
Hex564760A1A03E114f21
Octal12610714012320764241741
Binary10101101000111110000010101101001111101000101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564760; }

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

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

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

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

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

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

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

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