#563169

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

Shades of Honey Flower #563169

Tints of Honey Flower #563169

Color information

#563169 (or 0x563169) is unknown color: approx Honey Flower. HEX triplet: 56, 31 and 69. RGB value is (86,49,105). Sum of RGB (Red+Green+Blue) = 86+49+105=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #563169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563169 is #A9CE96. Grayscale: #424242. Windows color (decimal): -11128471 or 6893910. OLE color: 6893910.

HSL color Cylindrical-coordinate representation of color #563169: hue angle of 279.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563169 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8649105-
CMYK0.180.5300.59
HSL279.64º36.36%30.2%-
HSV(B)279.64º53.33%41.18%-
XYZ7.495.1913.97-
YUV66.45149.76141.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=35.83%
G=20.42%
B=43.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86491050.180.5300.59279.6436.3630.2
Hex563169123503B118241e
Octal1266115122650734304436
Binary1010110110001110100110010110101011101110001100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563169; }

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

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

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

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

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

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

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

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