#56319A

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

Shades of Daisy Bush #56319A

Tints of Daisy Bush #56319A

Color information

#56319A (or 0x56319A) is unknown color: approx Daisy Bush. HEX triplet: 56, 31 and 9A. RGB value is (86,49,154). Sum of RGB (Red+Green+Blue) = 86+49+154=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #56319A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56319A is #A9CE65. Grayscale: #474747. Windows color (decimal): -11128422 or 10105174. OLE color: 10105174.

HSL color Cylindrical-coordinate representation of color #56319A: hue angle of 261.14º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56319A is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8649154-
CMYK0.440.6800.40
HSL261.14º51.72%39.8%-
HSV(B)261.14º68.18%60.39%-
XYZ10.776.5131.26-
YUV72.03174.26137.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 154 (60.55% from 255) = 53.29%
R=29.76%
G=16.96%
B=53.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86491540.440.6800.40261.1451.7239.8
Hex56319A2C440281053428
Octal12661232541040504056450
Binary10101101100011001101010110010001000101000100000101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56319A; }

 p { color: rgb(86,49,154); }

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

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

 a { background-color: rgb(86,49,154); }

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

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

 span { border-color: rgb(86,49,154); }

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