#563896

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

Shades of Daisy Bush #563896

Tints of Daisy Bush #563896

Color information

#563896 (or 0x563896) is unknown color: approx Daisy Bush. HEX triplet: 56, 38 and 96. RGB value is (86,56,150). Sum of RGB (Red+Green+Blue) = 86+56+150=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #563896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563896 is #A9C769. Grayscale: #4B4B4B. Windows color (decimal): -11126634 or 9844822. OLE color: 9844822.

HSL color Cylindrical-coordinate representation of color #563896: hue angle of 259.15º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563896 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8656150-
CMYK0.430.6300.41
HSL259.15º45.63%40.39%-
HSV(B)259.15º62.67%58.82%-
XYZ10.767.0129.64-
YUV75.69169.94135.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=29.45%
G=19.18%
B=51.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86561500.430.6300.41259.1545.6340.39
Hex5638962B3F0291032e28
Octal1267022653770514035650
Binary1010110111000100101101010111111110101001100000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563896; }

 p { color: rgb(86,56,150); }

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

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

 a { background-color: rgb(86,56,150); }

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

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

 span { border-color: rgb(86,56,150); }

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