#563A9B

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

Shades of Daisy Bush #563A9B

Tints of Daisy Bush #563A9B

Color information

#563A9B (or 0x563A9B) is unknown color: approx Daisy Bush. HEX triplet: 56, 3A and 9B. RGB value is (86,58,155). Sum of RGB (Red+Green+Blue) = 86+58+155=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #563A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A9B is #A9C564. Grayscale: #4D4D4D. Windows color (decimal): -11126117 or 10173014. OLE color: 10173014.

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

Color convert

RGB8658155-
CMYK0.450.6300.39
HSL257.32º45.54%41.76%-
HSV(B)257.32º62.58%60.78%-
XYZ11.277.3731.84-
YUV77.43171.78134.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=28.76%
G=19.40%
B=51.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86581550.450.6300.39257.3245.5441.76
Hex563A9B2D3F0271012e2a
Octal1267223355770474015652
Binary1010110111010100110111011011111110100111100000001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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