#563B8C

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

Shades of Daisy Bush #563B8C

Tints of Daisy Bush #563B8C

Color information

#563B8C (or 0x563B8C) is unknown color: approx Daisy Bush. HEX triplet: 56, 3B and 8C. RGB value is (86,59,140). Sum of RGB (Red+Green+Blue) = 86+59+140=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #563B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563B8C is #A9C473. Grayscale: #4C4C4C. Windows color (decimal): -11125876 or 9190230. OLE color: 9190230.

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

Color convert

RGB8659140-
CMYK0.390.5800.45
HSL260º40.7%39.02%-
HSV(B)260º57.86%54.9%-
XYZ10.14725.63-
YUV76.31163.95134.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=30.18%
G=20.70%
B=49.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86591400.390.5800.4526040.739.02
Hex563B8C273A02D1042927
Octal1267321447720554045147
Binary1010110111011100011001001111110100101101100000100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,59,140); }

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

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

 a { background-color: rgb(86,59,140); }

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

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

 span { border-color: rgb(86,59,140); }

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