#564360

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

Shades of Honey Flower #564360

Tints of Honey Flower #564360

Color information

#564360 (or 0x564360) is unknown color: approx Honey Flower. HEX triplet: 56, 43 and 60. RGB value is (86,67,96). Sum of RGB (Red+Green+Blue) = 86+67+96=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: blue. Hex color #564360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564360 is #A9BC9F. Grayscale: #4B4B4B. Windows color (decimal): -11123872 or 6308694. OLE color: 6308694.

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

Color convert

RGB866796-
CMYK0.100.3000.62
HSL279.31º17.79%31.96%-
HSV(B)279.31º30.21%37.65%-
XYZ7.966.8411.97-
YUV75.99139.29135.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=34.54%
G=26.91%
B=38.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8667960.100.3000.62279.3117.7931.96
Hex564360A1E03E1171220
Octal12610314012360764272240
Binary101011010000111100000101011110011111010001011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564360; }

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

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

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

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

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

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

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

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