#594192

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

Shades of Daisy Bush #594192

Tints of Daisy Bush #594192

Color information

#594192 (or 0x594192) is unknown color: approx Daisy Bush. HEX triplet: 59, 41 and 92. RGB value is (89,65,146). Sum of RGB (Red+Green+Blue) = 89+65+146=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #594192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594192 is #A6BE6D. Grayscale: #515151. Windows color (decimal): -10927726 or 9584985. OLE color: 9584985.

HSL color Cylindrical-coordinate representation of color #594192: hue angle of 257.78º 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 #594192 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8965146-
CMYK0.390.5500.43
HSL257.78º38.39%41.37%-
HSV(B)257.78º55.48%57.25%-
XYZ11.27.9828.14-
YUV81.41164.45133.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.67%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=29.67%
G=21.67%
B=48.67%

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
Decimal89651460.390.5500.43257.7838.3941.37
Hex594192273702B1022629
Octal13110122247670534024651
Binary10110011000001100100101001111101110101011100000010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594192; }

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

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

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

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

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

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

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

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