#563D66

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

Shades of Honey Flower #563D66

Tints of Honey Flower #563D66

Color information

#563D66 (or 0x563D66) is unknown color: approx Honey Flower. HEX triplet: 56, 3D and 66. RGB value is (86,61,102). Sum of RGB (Red+Green+Blue) = 86+61+102=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #563D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D66 is #A9C299. Grayscale: #494949. Windows color (decimal): -11125402 or 6700374. OLE color: 6700374.

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

Color convert

RGB8661102-
CMYK0.160.4000.6
HSL276.59º25.15%31.96%-
HSV(B)276.59º40.2%40%-
XYZ7.96.2813.36-
YUV73.15144.28137.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=34.54%
G=24.50%
B=40.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86611020.160.4000.6276.5925.1531.96
Hex563D66102803C1151920
Octal1267514620500744253140
Binary1010110111101110011010000101000011110010001010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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