#563C8E

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

Shades of Daisy Bush #563C8E

Tints of Daisy Bush #563C8E

Color information

#563C8E (or 0x563C8E) is unknown color: approx Daisy Bush. HEX triplet: 56, 3C and 8E. RGB value is (86,60,142). Sum of RGB (Red+Green+Blue) = 86+60+142=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #563C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563C8E is #A9C371. Grayscale: #4C4C4C. Windows color (decimal): -11125618 or 9321558. OLE color: 9321558.

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

Color convert

RGB8660142-
CMYK0.390.5800.44
HSL259.02º40.59%39.61%-
HSV(B)259.02º57.75%55.69%-
XYZ10.347.1626.43-
YUV77.12164.61134.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=29.86%
G=20.83%
B=49.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86601420.390.5800.44259.0240.5939.61
Hex563C8E273A02C1032928
Octal1267421647720544035150
Binary1010110111100100011101001111110100101100100000011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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