#563D84

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

Shades of Daisy Bush #563D84

Tints of Daisy Bush #563D84

Color information

#563D84 (or 0x563D84) is unknown color: approx Daisy Bush. HEX triplet: 56, 3D and 84. RGB value is (86,61,132). Sum of RGB (Red+Green+Blue) = 86+61+132=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #563D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563D84 is #A9C27B. Grayscale: #4C4C4C. Windows color (decimal): -11125372 or 8666454. OLE color: 8666454.

HSL color Cylindrical-coordinate representation of color #563D84: hue angle of 261.13º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #563D84 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8661132-
CMYK0.350.5400.48
HSL261.13º36.79%37.84%-
HSV(B)261.13º53.79%51.76%-
XYZ9.676.9822.67-
YUV76.57159.28134.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=30.82%
G=21.86%
B=47.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86611320.350.5400.48261.1336.7937.84
Hex563D8423360301052526
Octal1267520443660604054546
Binary1010110111101100001001000111101100110000100000101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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