#564163

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

Shades of Honey Flower #564163

Tints of Honey Flower #564163

Color information

#564163 (or 0x564163) is unknown color: approx Honey Flower. HEX triplet: 56, 41 and 63. RGB value is (86,65,99). Sum of RGB (Red+Green+Blue) = 86+65+99=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #564163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564163 is #A9BE9C. Grayscale: #4B4B4B. Windows color (decimal): -11124381 or 6504790. OLE color: 6504790.

HSL color Cylindrical-coordinate representation of color #564163: hue angle of 277.06º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564163 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB866599-
CMYK0.130.3400.61
HSL277.06º20.73%32.16%-
HSV(B)277.06º34.34%38.82%-
XYZ7.986.6612.67-
YUV75.16141.46135.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=34.4%
G=26%
B=39.6%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8665990.130.3400.61277.0620.7332.16
Hex564163D2203D1151520
Octal12610114315420754252540
Binary1010110100000111000111101100010011110110001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564163; }

 p { color: rgb(86,65,99); }

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

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

 a { background-color: rgb(86,65,99); }

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

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

 span { border-color: rgb(86,65,99); }

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