#563996

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

Shades of Daisy Bush #563996

Tints of Daisy Bush #563996

Color information

#563996 (or 0x563996) is unknown color: approx Daisy Bush. HEX triplet: 56, 39 and 96. RGB value is (86,57,150). Sum of RGB (Red+Green+Blue) = 86+57+150=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #563996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563996 is #A9C669. Grayscale: #4B4B4B. Windows color (decimal): -11126378 or 9845078. OLE color: 9845078.

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

Color convert

RGB8657150-
CMYK0.430.6200.41
HSL258.71º44.93%40.59%-
HSV(B)258.71º62%58.82%-
XYZ10.817.1129.66-
YUV76.27169.61134.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=29.35%
G=19.45%
B=51.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86571500.430.6200.41258.7144.9340.59
Hex5639962B3E0291032d29
Octal1267122653760514035551
Binary1010110111001100101101010111111100101001100000011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563996; }

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

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

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

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

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

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

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

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