#563163

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

Shades of Honey Flower #563163

Tints of Honey Flower #563163

Color information

#563163 (or 0x563163) is unknown color: approx Honey Flower. HEX triplet: 56, 31 and 63. RGB value is (86,49,99). Sum of RGB (Red+Green+Blue) = 86+49+99=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #563163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563163 is #A9CE9C. Grayscale: #414141. Windows color (decimal): -11128477 or 6500694. OLE color: 6500694.

HSL color Cylindrical-coordinate representation of color #563163: hue angle of 284.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #563163 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB864999-
CMYK0.130.5100.61
HSL284.4º33.78%29.02%-
HSV(B)284.4º50.51%38.82%-
XYZ7.195.0812.41-
YUV65.76146.76142.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=36.75%
G=20.94%
B=42.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8649990.130.5100.61284.433.7829.02
Hex563163D3303D11c221d
Octal1266114315630754344235
Binary101011011000111000111101110011011110110001110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563163; }

 p { color: rgb(86,49,99); }

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

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

 a { background-color: rgb(86,49,99); }

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

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

 span { border-color: rgb(86,49,99); }

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