#563D8B

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

Shades of Daisy Bush #563D8B

Tints of Daisy Bush #563D8B

Color information

#563D8B (or 0x563D8B) is unknown color: approx Daisy Bush. HEX triplet: 56, 3D and 8B. RGB value is (86,61,139). Sum of RGB (Red+Green+Blue) = 86+61+139=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #563D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563D8B is #A9C274. Grayscale: #4D4D4D. Windows color (decimal): -11125365 or 9125206. OLE color: 9125206.

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

Color convert

RGB8661139-
CMYK0.380.5600.45
HSL259.23º39%39.22%-
HSV(B)259.23º56.12%54.51%-
XYZ10.177.1825.28-
YUV77.37162.78134.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=30.07%
G=21.33%
B=48.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86611390.380.5600.45259.233939.22
Hex563D8B263802D1032727
Octal1267521346700554034747
Binary1010110111101100010111001101110000101101100000011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,61,139); }

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

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

 a { background-color: rgb(86,61,139); }

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

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

 span { border-color: rgb(86,61,139); }

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