#59378C

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

Shades of Daisy Bush #59378C

Tints of Daisy Bush #59378C

Color information

#59378C (or 0x59378C) is unknown color: approx Daisy Bush. HEX triplet: 59, 37 and 8C. RGB value is (89,55,140). Sum of RGB (Red+Green+Blue) = 89+55+140=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #59378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59378C is #A6C873. Grayscale: #4A4A4A. Windows color (decimal): -10930292 or 9189209. OLE color: 9189209.

HSL color Cylindrical-coordinate representation of color #59378C: hue angle of 264º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59378C is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8955140-
CMYK0.360.6100.45
HSL264º43.59%38.24%-
HSV(B)264º60.71%54.9%-
XYZ10.226.7525.58-
YUV74.86164.76138.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=31.34%
G=19.37%
B=49.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89551400.360.6100.4526443.5938.24
Hex59378C243D02D1082c26
Octal1316721444750554105446
Binary1011001110111100011001001001111010101101100001000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59378C; }

 p { color: rgb(89,55,140); }

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

<style>
 a { background-color: #59378C; }

 a { background-color: rgb(89,55,140); }

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

<style>
 span { border-color: #59378C; }

 span { border-color: rgb(89,55,140); }

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