#56329B

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

Shades of Daisy Bush #56329B

Tints of Daisy Bush #56329B

Color information

#56329B (or 0x56329B) is unknown color: approx Daisy Bush. HEX triplet: 56, 32 and 9B. RGB value is (86,50,155). Sum of RGB (Red+Green+Blue) = 86+50+155=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #56329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56329B is #A9CD64. Grayscale: #484848. Windows color (decimal): -11128165 or 10170966. OLE color: 10170966.

HSL color Cylindrical-coordinate representation of color #56329B: hue angle of 260.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56329B is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8650155-
CMYK0.450.6800.39
HSL260.57º51.22%40.2%-
HSV(B)260.57º67.74%60.78%-
XYZ10.896.6331.72-
YUV72.73174.43137.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=29.55%
G=17.18%
B=53.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86501550.450.6800.39260.5751.2240.2
Hex56329B2D440271053328
Octal12662233551040474056350
Binary10101101100101001101110110110001000100111100000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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