#594191

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

Shades of Daisy Bush #594191

Tints of Daisy Bush #594191

Color information

#594191 (or 0x594191) is unknown color: approx Daisy Bush. HEX triplet: 59, 41 and 91. RGB value is (89,65,145). Sum of RGB (Red+Green+Blue) = 89+65+145=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #594191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594191 is #A6BE6E. Grayscale: #515151. Windows color (decimal): -10927727 or 9519449. OLE color: 9519449.

HSL color Cylindrical-coordinate representation of color #594191: hue angle of 258º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594191 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8965145-
CMYK0.390.5500.43
HSL258º38.1%41.18%-
HSV(B)258º55.17%56.86%-
XYZ11.127.9527.74-
YUV81.3163.95133.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=29.77%
G=21.74%
B=48.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89651450.390.5500.4325838.141.18
Hex594191273702B1022629
Octal13110122147670534024651
Binary10110011000001100100011001111101110101011100000010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594191; }

 p { color: rgb(89,65,145); }

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

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

 a { background-color: rgb(89,65,145); }

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

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

 span { border-color: rgb(89,65,145); }

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