#564069

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

Shades of Honey Flower #564069

Tints of Honey Flower #564069

Color information

#564069 (or 0x564069) is unknown color: approx Honey Flower. HEX triplet: 56, 40 and 69. RGB value is (86,64,105). Sum of RGB (Red+Green+Blue) = 86+64+105=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #564069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564069 is #A9BF96. Grayscale: #4B4B4B. Windows color (decimal): -11124631 or 6897750. OLE color: 6897750.

HSL color Cylindrical-coordinate representation of color #564069: hue angle of 272.2º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #564069 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8664105-
CMYK0.180.3900.59
HSL272.2º24.26%33.14%-
HSV(B)272.2º39.05%41.18%-
XYZ8.226.6714.22-
YUV75.25144.79135.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=33.73%
G=25.10%
B=41.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86641050.180.3900.59272.224.2633.14
Hex564069122703B1101821
Octal12610015122470734203041
Binary10101101000000110100110010100111011101110001000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564069; }

 p { color: rgb(86,64,105); }

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

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

 a { background-color: rgb(86,64,105); }

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

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

 span { border-color: rgb(86,64,105); }

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