#563D9E

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

Shades of Daisy Bush #563D9E

Tints of Daisy Bush #563D9E

Color information

#563D9E (or 0x563D9E) is unknown color: approx Daisy Bush. HEX triplet: 56, 3D and 9E. RGB value is (86,61,158). Sum of RGB (Red+Green+Blue) = 86+61+158=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #563D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563D9E is #A9C261. Grayscale: #4F4F4F. Windows color (decimal): -11125346 or 10370390. OLE color: 10370390.

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

Color convert

RGB8661158-
CMYK0.460.6100.38
HSL255.46º44.29%42.94%-
HSV(B)255.46º61.39%61.96%-
XYZ11.687.7833.23-
YUV79.53172.28132.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=28.20%
G=20%
B=51.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86611580.460.6100.38255.4644.2942.94
Hex563D9E2E3D026ff2c2b
Octal1267523656750463775453
Binary101011011110110011110101110111101010011011111111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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