#564568

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

Shades of Honey Flower #564568

Tints of Honey Flower #564568

Color information

#564568 (or 0x564568) is unknown color: approx Honey Flower. HEX triplet: 56, 45 and 68. RGB value is (86,69,104). Sum of RGB (Red+Green+Blue) = 86+69+104=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #564568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564568 is #A9BA97. Grayscale: #4D4D4D. Windows color (decimal): -11123352 or 6833494. OLE color: 6833494.

HSL color Cylindrical-coordinate representation of color #564568: hue angle of 269.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564568 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8669104-
CMYK0.170.3400.59
HSL269.14º20.23%33.92%-
HSV(B)269.14º33.65%40.78%-
XYZ8.467.2314.05-
YUV78.07142.63133.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.20%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=33.20%
G=26.64%
B=40.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86691040.170.3400.59269.1420.2333.92
Hex564568112203B10d1422
Octal12610515021420734152442
Binary10101101000101110100010001100010011101110000110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564568; }

 p { color: rgb(86,69,104); }

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

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

 a { background-color: rgb(86,69,104); }

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

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

 span { border-color: rgb(86,69,104); }

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