#563D95

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

Shades of Daisy Bush #563D95

Tints of Daisy Bush #563D95

Color information

#563D95 (or 0x563D95) is unknown color: approx Daisy Bush. HEX triplet: 56, 3D and 95. RGB value is (86,61,149). Sum of RGB (Red+Green+Blue) = 86+61+149=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #563D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563D95 is #A9C26A. Grayscale: #4E4E4E. Windows color (decimal): -11125355 or 9780566. OLE color: 9780566.

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

Color convert

RGB8661149-
CMYK0.420.5900.42
HSL257.05º41.9%41.18%-
HSV(B)257.05º59.06%58.43%-
XYZ10.937.4929.3-
YUV78.51167.78133.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 61 (24.22% from 255) = 20.61%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=29.05%
G=20.61%
B=50.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86611490.420.5900.42257.0541.941.18
Hex563D952A3B02A1012a29
Octal1267522552730524015251
Binary1010110111101100101011010101110110101010100000001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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