#59319E

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

Shades of Daisy Bush #59319E

Tints of Daisy Bush #59319E

Color information

#59319E (or 0x59319E) is unknown color: approx Daisy Bush. HEX triplet: 59, 31 and 9E. RGB value is (89,49,158). Sum of RGB (Red+Green+Blue) = 89+49+158=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #59319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59319E is #A6CE61. Grayscale: #484848. Windows color (decimal): -10931810 or 10367321. OLE color: 10367321.

HSL color Cylindrical-coordinate representation of color #59319E: hue angle of 262.02º degrees, saturation: 0.53, 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 #59319E is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8949158-
CMYK0.440.6900.38
HSL262.02º52.66%40.59%-
HSV(B)262.02º68.99%61.96%-
XYZ11.396.7933.06-
YUV73.39175.75139.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=30.07%
G=16.55%
B=53.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89491580.440.6900.38262.0252.6640.59
Hex59319E2C450261063529
Octal13161236541050464066551
Binary10110011100011001111010110010001010100110100000110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59319E; }

 p { color: rgb(89,49,158); }

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

<style>
 a { background-color: #59319E; }

 a { background-color: rgb(89,49,158); }

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

<style>
 span { border-color: #59319E; }

 span { border-color: rgb(89,49,158); }

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