#563D9A

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

Shades of Daisy Bush #563D9A

Tints of Daisy Bush #563D9A

Color information

#563D9A (or 0x563D9A) is unknown color: approx Daisy Bush. HEX triplet: 56, 3D and 9A. RGB value is (86,61,154). Sum of RGB (Red+Green+Blue) = 86+61+154=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #563D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563D9A is #A9C265. Grayscale: #4E4E4E. Windows color (decimal): -11125350 or 10108246. OLE color: 10108246.

HSL color Cylindrical-coordinate representation of color #563D9A: hue angle of 256.13º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563D9A is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8661154-
CMYK0.440.6000.40
HSL256.13º43.26%42.16%-
HSV(B)256.13º60.39%60.39%-
XYZ11.347.6531.45-
YUV79.08170.28132.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=28.57%
G=20.27%
B=51.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86611540.440.6000.40256.1343.2642.16
Hex563D9A2C3C0281002b2a
Octal1267523254740504005352
Binary1010110111101100110101011001111000101000100000000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,61,154); }

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

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

 a { background-color: rgb(86,61,154); }

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

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

 span { border-color: rgb(86,61,154); }

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