#563F91

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

Shades of Daisy Bush #563F91

Tints of Daisy Bush #563F91

Color information

#563F91 (or 0x563F91) is unknown color: approx Daisy Bush. HEX triplet: 56, 3F and 91. RGB value is (86,63,145). Sum of RGB (Red+Green+Blue) = 86+63+145=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #563F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563F91 is #A9C06E. Grayscale: #4E4E4E. Windows color (decimal): -11124847 or 9518934. OLE color: 9518934.

HSL color Cylindrical-coordinate representation of color #563F91: hue angle of 256.83º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #563F91 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8663145-
CMYK0.410.5700.43
HSL256.83º39.42%40.78%-
HSV(B)256.83º56.55%56.86%-
XYZ10.737.5827.69-
YUV79.22165.12132.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 63 (25% from 255) = 21.43%
BLUE value IS 145 (57.03% from 255) = 49.32%
R=29.25%
G=21.43%
B=49.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86631450.410.5700.43256.8339.4240.78
Hex563F91293902B1012729
Octal1267722151710534014751
Binary1010110111111100100011010011110010101011100000001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,63,145); }

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

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

 a { background-color: rgb(86,63,145); }

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

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

 span { border-color: rgb(86,63,145); }

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