#563A65

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

Shades of Honey Flower #563A65

Tints of Honey Flower #563A65

Color information

#563A65 (or 0x563A65) is unknown color: approx Honey Flower. HEX triplet: 56, 3A and 65. RGB value is (86,58,101). Sum of RGB (Red+Green+Blue) = 86+58+101=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #563A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A65 is #A9C59A. Grayscale: #474747. Windows color (decimal): -11126171 or 6634070. OLE color: 6634070.

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

Color convert

RGB8658101-
CMYK0.150.4300.60
HSL279.07º27.04%31.18%-
HSV(B)279.07º42.57%39.61%-
XYZ7.75.9413.05-
YUV71.27144.78138.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=35.10%
G=23.67%
B=41.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86581010.150.4300.60279.0727.0431.18
Hex563A65F2B03C1171b1f
Octal1267214517530744273337
Binary10101101110101100101111110101101111001000101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563A65; }

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

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

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

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

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

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

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

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