#59389E

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

Shades of Daisy Bush #59389E

Tints of Daisy Bush #59389E

Color information

#59389E (or 0x59389E) is unknown color: approx Daisy Bush. HEX triplet: 59, 38 and 9E. RGB value is (89,56,158). Sum of RGB (Red+Green+Blue) = 89+56+158=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #59389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59389E is #A6C761. Grayscale: #4D4D4D. Windows color (decimal): -10930018 or 10369113. OLE color: 10369113.

HSL color Cylindrical-coordinate representation of color #59389E: hue angle of 259.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59389E is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8956158-
CMYK0.440.6500.38
HSL259.41º47.66%41.96%-
HSV(B)259.41º64.56%61.96%-
XYZ11.717.4233.16-
YUV77.5173.43136.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=29.37%
G=18.48%
B=52.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89561580.440.6500.38259.4147.6641.96
Hex59389E2C41026103302a
Octal13170236541010464036052
Binary10110011110001001111010110010000010100110100000011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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