#563899

Color #563899 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #563899

Tints of Daisy Bush #563899

Color information

#563899 (or 0x563899) is unknown color: approx Daisy Bush. HEX triplet: 56, 38 and 99. RGB value is (86,56,153). Sum of RGB (Red+Green+Blue) = 86+56+153=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #563899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563899 is #A9C766. Grayscale: #4B4B4B. Windows color (decimal): -11126631 or 10041430. OLE color: 10041430.

HSL color Cylindrical-coordinate representation of color #563899: hue angle of 258.56º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563899 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8656153-
CMYK0.440.6300.4
HSL258.56º46.41%40.98%-
HSV(B)258.56º63.4%60%-
XYZ117.1130.93-
YUV76.03171.44135.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=29.15%
G=18.98%
B=51.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86561530.440.6300.4258.5646.4140.98
Hex5638992C3F0281032e29
Octal1267023154770504035651
Binary1010110111000100110011011001111110101000100000011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563899; }

 p { color: rgb(86,56,153); }

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

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

 a { background-color: rgb(86,56,153); }

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

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

 span { border-color: rgb(86,56,153); }

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