#563B66

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

Shades of Honey Flower #563B66

Tints of Honey Flower #563B66

Color information

#563B66 (or 0x563B66) is unknown color: approx Honey Flower. HEX triplet: 56, 3B and 66. RGB value is (86,59,102). Sum of RGB (Red+Green+Blue) = 86+59+102=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #563B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563B66 is #A9C499. Grayscale: #474747. Windows color (decimal): -11125914 or 6699862. OLE color: 6699862.

HSL color Cylindrical-coordinate representation of color #563B66: hue angle of 277.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #563B66 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8659102-
CMYK0.160.4200.6
HSL277.67º26.71%31.57%-
HSV(B)277.67º42.16%40%-
XYZ7.86.0713.33-
YUV71.97144.95138-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=34.82%
G=23.89%
B=41.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86591020.160.4200.6277.6726.7131.57
Hex563B66102A03C1161b20
Octal1267314620520744263340
Binary1010110111011110011010000101010011110010001011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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