#563B9C

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

Shades of Daisy Bush #563B9C

Tints of Daisy Bush #563B9C

Color information

#563B9C (or 0x563B9C) is unknown color: approx Daisy Bush. HEX triplet: 56, 3B and 9C. RGB value is (86,59,156). Sum of RGB (Red+Green+Blue) = 86+59+156=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #563B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563B9C is #A9C463. Grayscale: #4D4D4D. Windows color (decimal): -11125860 or 10238806. OLE color: 10238806.

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

Color convert

RGB8659156-
CMYK0.450.6200.39
HSL256.7º45.12%42.16%-
HSV(B)256.7º62.18%61.18%-
XYZ11.47.5132.3-
YUV78.13171.95133.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=28.57%
G=19.60%
B=51.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86591560.450.6200.39256.745.1242.16
Hex563B9C2D3E0271012d2a
Octal1267323455760474015552
Binary1010110111011100111001011011111100100111100000001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,59,156); }

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

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

 a { background-color: rgb(86,59,156); }

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

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

 span { border-color: rgb(86,59,156); }

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