#563399

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

Shades of Daisy Bush #563399

Tints of Daisy Bush #563399

Color information

#563399 (or 0x563399) is unknown color: approx Daisy Bush. HEX triplet: 56, 33 and 99. RGB value is (86,51,153). Sum of RGB (Red+Green+Blue) = 86+51+153=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #563399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563399 is #A9CC66. Grayscale: #484848. Windows color (decimal): -11127911 or 10040150. OLE color: 10040150.

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

Color convert

RGB8651153-
CMYK0.440.6700.4
HSL260.59º50%40%-
HSV(B)260.59º66.67%60%-
XYZ10.776.6530.85-
YUV73.09173.1137.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=29.66%
G=17.59%
B=52.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86511530.440.6700.4260.595040
Hex5633992C430281053228
Octal12663231541030504056250
Binary10101101100111001100110110010000110101000100000101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563399; }

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

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

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

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

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

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

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

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