#563a9e

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

Shades of Daisy Bush #563A9E

Tints of Daisy Bush #563A9E

Color information

#563A9E (or 0x563A9E) is unknown color: approx Daisy Bush. HEX triplet: 56, 3A and 9E. RGB value is (86,58,158). Sum of RGB (Red+Green+Blue) = 86+58+158=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #563A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A9E is #A9C561. Grayscale: #4D4D4D. Windows color (decimal): -11126114 or 10369622. OLE color: 10369622.

HSL color Cylindrical-coordinate representation of color #563A9E: hue angle of 256.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563A9E is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8658158-
CMYK0.460.6300.38
HSL256.8º46.3%42.35%-
HSV(B)256.8º63.29%61.96%-
XYZ11.527.4733.18-
YUV77.77173.28133.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.48%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=28.48%
G=19.21%
B=52.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86581580.460.6300.38256.846.342.35
Hex563A9E2E3F0261012e2a
Octal1267223656770464015652
Binary1010110111010100111101011101111110100110100000001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563a9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,58,158); }

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

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

 a { background-color: rgb(86,58,158); }

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

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

 span { border-color: rgb(86,58,158); }

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