#563EA0

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

Shades of Daisy Bush #563EA0

Tints of Daisy Bush #563EA0

Color information

#563EA0 (or 0x563EA0) is unknown color: approx Daisy Bush. HEX triplet: 56, 3E and A0. RGB value is (86,62,160). Sum of RGB (Red+Green+Blue) = 86+62+160=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #563EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563EA0 is #A9C15F. Grayscale: #4F4F4F. Windows color (decimal): -11125088 or 10501718. OLE color: 10501718.

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

Color convert

RGB8662160-
CMYK0.460.6100.37
HSL254.69º44.14%43.53%-
HSV(B)254.69º61.25%62.75%-
XYZ11.917.9634.17-
YUV80.35172.95132.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 160 (62.89% from 255) = 51.95%
R=27.92%
G=20.13%
B=51.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86621600.460.6100.37254.6944.1443.53
Hex563EA02E3D025ff2c2c
Octal1267624056750453775454
Binary101011011111010100000101110111101010010111111111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,62,160); }

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

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

 a { background-color: rgb(86,62,160); }

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

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

 span { border-color: rgb(86,62,160); }

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