#56329F

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

Shades of Daisy Bush #56329F

Tints of Daisy Bush #56329F

Color information

#56329F (or 0x56329F) is unknown color: approx Daisy Bush. HEX triplet: 56, 32 and 9F. RGB value is (86,50,159). Sum of RGB (Red+Green+Blue) = 86+50+159=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #56329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56329F is #A9CD60. Grayscale: #484848. Windows color (decimal): -11128161 or 10433110. OLE color: 10433110.

HSL color Cylindrical-coordinate representation of color #56329F: hue angle of 259.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56329F is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8650159-
CMYK0.460.6900.38
HSL259.82º52.15%40.98%-
HSV(B)259.82º68.55%62.35%-
XYZ11.246.7633.51-
YUV73.19176.43137.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=29.15%
G=16.95%
B=53.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86501590.460.6900.38259.8252.1540.98
Hex56329F2E450261043429
Octal12662237561050464046451
Binary10101101100101001111110111010001010100110100000100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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