#563E87

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

Shades of Daisy Bush #563E87

Tints of Daisy Bush #563E87

Color information

#563E87 (or 0x563E87) is unknown color: approx Daisy Bush. HEX triplet: 56, 3E and 87. RGB value is (86,62,135). Sum of RGB (Red+Green+Blue) = 86+62+135=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #563E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563E87 is #A9C178. Grayscale: #4D4D4D. Windows color (decimal): -11125113 or 8863318. OLE color: 8863318.

HSL color Cylindrical-coordinate representation of color #563E87: hue angle of 259.73º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #563E87 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8662135-
CMYK0.360.5400.47
HSL259.73º37.06%38.63%-
HSV(B)259.73º54.07%52.94%-
XYZ9.937.1723.78-
YUV77.5160.45134.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=30.39%
G=21.91%
B=47.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86621350.360.5400.47259.7337.0638.63
Hex563E87243602F1042527
Octal1267620744660574044547
Binary1010110111110100001111001001101100101111100000100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,62,135); }

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

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

 a { background-color: rgb(86,62,135); }

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

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

 span { border-color: rgb(86,62,135); }

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