#56309D

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

Shades of Daisy Bush #56309D

Tints of Daisy Bush #56309D

Color information

#56309D (or 0x56309D) is unknown color: approx Daisy Bush. HEX triplet: 56, 30 and 9D. RGB value is (86,48,157). Sum of RGB (Red+Green+Blue) = 86+48+157=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #56309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56309D is #A9CF62. Grayscale: #474747. Windows color (decimal): -11128675 or 10301526. OLE color: 10301526.

HSL color Cylindrical-coordinate representation of color #56309D: hue angle of 260.92º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56309D is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8648157-
CMYK0.450.6900.38
HSL260.92º53.17%40.2%-
HSV(B)260.92º69.43%61.57%-
XYZ10.986.5332.58-
YUV71.79176.09138.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=29.55%
G=16.49%
B=53.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86481570.450.6900.38260.9253.1740.2
Hex56309D2D450261053528
Octal12660235551050464056550
Binary10101101100001001110110110110001010100110100000101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56309D; }

 p { color: rgb(86,48,157); }

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

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

 a { background-color: rgb(86,48,157); }

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

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

 span { border-color: rgb(86,48,157); }

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