#56309F

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

Shades of Daisy Bush #56309F

Tints of Daisy Bush #56309F

Color information

#56309F (or 0x56309F) is unknown color: approx Daisy Bush. HEX triplet: 56, 30 and 9F. RGB value is (86,48,159). Sum of RGB (Red+Green+Blue) = 86+48+159=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #56309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56309F is #A9CF60. Grayscale: #474747. Windows color (decimal): -11128673 or 10432598. OLE color: 10432598.

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

Color convert

RGB8648159-
CMYK0.460.7000.38
HSL260.54º53.62%40.59%-
HSV(B)260.54º69.81%62.35%-
XYZ11.156.633.49-
YUV72.02177.09137.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=29.35%
G=16.38%
B=54.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86481590.460.7000.38260.5453.6240.59
Hex56309F2E460261053629
Octal12660237561060464056651
Binary10101101100001001111110111010001100100110100000101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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