#563C6D

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

Shades of Honey Flower #563C6D

Tints of Honey Flower #563C6D

Color information

#563C6D (or 0x563C6D) is unknown color: approx Honey Flower. HEX triplet: 56, 3C and 6D. RGB value is (86,60,109). Sum of RGB (Red+Green+Blue) = 86+60+109=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #563C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C6D is #A9C392. Grayscale: #494949. Windows color (decimal): -11125651 or 7158870. OLE color: 7158870.

HSL color Cylindrical-coordinate representation of color #563C6D: hue angle of 271.84º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #563C6D is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8660109-
CMYK0.210.4500.57
HSL271.84º28.99%33.14%-
HSV(B)271.84º44.95%42.75%-
XYZ8.216.3115.25-
YUV73.36148.11137.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 60 (23.83% from 255) = 23.53%
BLUE value IS 109 (42.97% from 255) = 42.75%
R=33.73%
G=23.53%
B=42.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86601090.210.4500.57271.8428.9933.14
Hex563C6D152D0391101d21
Octal1267415525550714203541
Binary1010110111100110110110101101101011100110001000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,60,109); }

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

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

 a { background-color: rgb(86,60,109); }

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

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

 span { border-color: rgb(86,60,109); }

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