#563A99

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

Shades of Daisy Bush #563A99

Tints of Daisy Bush #563A99

Color information

#563A99 (or 0x563A99) is unknown color: approx Daisy Bush. HEX triplet: 56, 3A and 99. RGB value is (86,58,153). Sum of RGB (Red+Green+Blue) = 86+58+153=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #563A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A99 is #A9C566. Grayscale: #4C4C4C. Windows color (decimal): -11126119 or 10041942. OLE color: 10041942.

HSL color Cylindrical-coordinate representation of color #563A99: hue angle of 257.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #563A99 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8658153-
CMYK0.440.6200.4
HSL257.68º45.02%41.37%-
HSV(B)257.68º62.09%60%-
XYZ11.17.330.96-
YUV77.2170.78134.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=28.96%
G=19.53%
B=51.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86581530.440.6200.4257.6845.0241.37
Hex563A992C3E0281022d29
Octal1267223154760504025551
Binary1010110111010100110011011001111100101000100000010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,58,153); }

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

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

 a { background-color: rgb(86,58,153); }

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

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

 span { border-color: rgb(86,58,153); }

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