#56409F

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

Shades of Daisy Bush #56409F

Tints of Daisy Bush #56409F

Color information

#56409F (or 0x56409F) is unknown color: approx Daisy Bush. HEX triplet: 56, 40 and 9F. RGB value is (86,64,159). Sum of RGB (Red+Green+Blue) = 86+64+159=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #56409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56409F is #A9BF60. Grayscale: #515151. Windows color (decimal): -11124577 or 10436694. OLE color: 10436694.

HSL color Cylindrical-coordinate representation of color #56409F: hue angle of 253.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56409F is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8664159-
CMYK0.460.6000.38
HSL253.89º42.6%43.73%-
HSV(B)253.89º59.75%62.35%-
XYZ11.938.1533.74-
YUV81.41171.79131.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=27.83%
G=20.71%
B=51.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86641590.460.6000.38253.8942.643.73
Hex56409F2E3C026fe2b2c
Octal12610023756740463765354
Binary1010110100000010011111101110111100010011011111110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56409F; }

 p { color: rgb(86,64,159); }

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

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

 a { background-color: rgb(86,64,159); }

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

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

 span { border-color: rgb(86,64,159); }

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