#563965

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

Shades of Honey Flower #563965

Tints of Honey Flower #563965

Color information

#563965 (or 0x563965) is unknown color: approx Honey Flower. HEX triplet: 56, 39 and 65. RGB value is (86,57,101). Sum of RGB (Red+Green+Blue) = 86+57+101=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #563965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563965 is #A9C69A. Grayscale: #464646. Windows color (decimal): -11126427 or 6633814. OLE color: 6633814.

HSL color Cylindrical-coordinate representation of color #563965: hue angle of 279.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563965 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8657101-
CMYK0.150.4400.60
HSL279.55º27.85%30.98%-
HSV(B)279.55º43.56%39.61%-
XYZ7.655.8413.04-
YUV70.69145.11138.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=35.25%
G=23.36%
B=41.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86571010.150.4400.60279.5527.8530.98
Hex563965F2C03C1181c1f
Octal1267114517540744303437
Binary10101101110011100101111110110001111001000110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563965; }

 p { color: rgb(86,57,101); }

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

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

 a { background-color: rgb(86,57,101); }

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

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

 span { border-color: rgb(86,57,101); }

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