#563D6C

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

Shades of Honey Flower #563D6C

Tints of Honey Flower #563D6C

Color information

#563D6C (or 0x563D6C) is unknown color: approx Honey Flower. HEX triplet: 56, 3D and 6C. RGB value is (86,61,108). Sum of RGB (Red+Green+Blue) = 86+61+108=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #563D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D6C is #A9C293. Grayscale: #494949. Windows color (decimal): -11125396 or 7093590. OLE color: 7093590.

HSL color Cylindrical-coordinate representation of color #563D6C: hue angle of 271.91º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563D6C is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8661108-
CMYK0.200.4400.58
HSL271.91º27.81%33.14%-
HSV(B)271.91º43.52%42.35%-
XYZ8.216.414.99-
YUV73.83147.28136.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=33.73%
G=23.92%
B=42.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86611080.200.4400.58271.9127.8133.14
Hex563D6C142C03A1101c21
Octal1267515424540724203441
Binary1010110111101110110010100101100011101010001000011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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