#563C99

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

Shades of Daisy Bush #563C99

Tints of Daisy Bush #563C99

Color information

#563C99 (or 0x563C99) is unknown color: approx Daisy Bush. HEX triplet: 56, 3C and 99. RGB value is (86,60,153). Sum of RGB (Red+Green+Blue) = 86+60+153=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #563C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563C99 is #A9C366. Grayscale: #4E4E4E. Windows color (decimal): -11125607 or 10042454. OLE color: 10042454.

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

Color convert

RGB8660153-
CMYK0.440.6100.4
HSL256.77º43.66%41.76%-
HSV(B)256.77º60.78%60%-
XYZ11.27.5131-
YUV78.38170.11133.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=28.76%
G=20.07%
B=51.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86601530.440.6100.4256.7743.6641.76
Hex563C992C3D0281012c2a
Octal1267423154750504015452
Binary1010110111100100110011011001111010101000100000001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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