#564369

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

Shades of Honey Flower #564369

Tints of Honey Flower #564369

Color information

#564369 (or 0x564369) is unknown color: approx Honey Flower. HEX triplet: 56, 43 and 69. RGB value is (86,67,105). Sum of RGB (Red+Green+Blue) = 86+67+105=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #564369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564369 is #A9BC96. Grayscale: #4C4C4C. Windows color (decimal): -11123863 or 6898518. OLE color: 6898518.

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

Color convert

RGB8667105-
CMYK0.180.3600.59
HSL270º22.09%33.73%-
HSV(B)270º36.19%41.18%-
XYZ8.397.0114.28-
YUV77.01143.79134.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=33.33%
G=25.97%
B=40.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86671050.180.3600.5927022.0933.73
Hex564369122403B10e1622
Octal12610315122440734162642
Binary10101101000011110100110010100100011101110000111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564369; }

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

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

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

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

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

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

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

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