#563AA1

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

Shades of Daisy Bush #563AA1

Tints of Daisy Bush #563AA1

Color information

#563AA1 (or 0x563AA1) is unknown color: approx Daisy Bush. HEX triplet: 56, 3A and A1. RGB value is (86,58,161). Sum of RGB (Red+Green+Blue) = 86+58+161=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #563AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563AA1 is #A9C55E. Grayscale: #4D4D4D. Windows color (decimal): -11126111 or 10566230. OLE color: 10566230.

HSL color Cylindrical-coordinate representation of color #563AA1: hue angle of 256.31º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #563AA1 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8658161-
CMYK0.470.6400.37
HSL256.31º47.03%42.94%-
HSV(B)256.31º63.98%63.14%-
XYZ11.787.5834.56-
YUV78.11174.78133.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 161 (63.28% from 255) = 52.79%
R=28.20%
G=19.02%
B=52.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86581610.470.6400.37256.3147.0342.94
Hex563AA12F400251002f2b
Octal12672241571000454005753
Binary10101101110101010000110111110000000100101100000000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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