#564460

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

Shades of Honey Flower #564460

Tints of Honey Flower #564460

Color information

#564460 (or 0x564460) is unknown color: approx Honey Flower. HEX triplet: 56, 44 and 60. RGB value is (86,68,96). Sum of RGB (Red+Green+Blue) = 86+68+96=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #564460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564460 is #A9BB9F. Grayscale: #4C4C4C. Windows color (decimal): -11123616 or 6308950. OLE color: 6308950.

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

Color convert

RGB866896-
CMYK0.100.2900.62
HSL278.57º17.07%32.16%-
HSV(B)278.57º29.17%37.65%-
XYZ8.026.9611.99-
YUV76.57138.96134.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=34.4%
G=27.2%
B=38.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8668960.100.2900.62278.5717.0732.16
Hex564460A1D03E1171120
Octal12610414012350764272140
Binary101011010001001100000101011101011111010001011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564460; }

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

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

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

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

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

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

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

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