#563B65

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

Shades of Honey Flower #563B65

Tints of Honey Flower #563B65

Color information

#563B65 (or 0x563B65) is unknown color: approx Honey Flower. HEX triplet: 56, 3B and 65. RGB value is (86,59,101). Sum of RGB (Red+Green+Blue) = 86+59+101=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #563B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563B65 is #A9C49A. Grayscale: #474747. Windows color (decimal): -11125915 or 6634326. OLE color: 6634326.

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

Color convert

RGB8659101-
CMYK0.150.4200.60
HSL278.57º26.25%31.37%-
HSV(B)278.57º41.58%39.61%-
XYZ7.756.0513.07-
YUV71.86144.45138.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=34.96%
G=23.98%
B=41.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86591010.150.4200.60278.5726.2531.37
Hex563B65F2A03C1171a1f
Octal1267314517520744273237
Binary10101101110111100101111110101001111001000101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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