#594490

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

Shades of Daisy Bush #594490

Tints of Daisy Bush #594490

Color information

#594490 (or 0x594490) is unknown color: approx Daisy Bush. HEX triplet: 59, 44 and 90. RGB value is (89,68,144). Sum of RGB (Red+Green+Blue) = 89+68+144=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #594490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594490 is #A6BB6F. Grayscale: #525252. Windows color (decimal): -10926960 or 9454681. OLE color: 9454681.

HSL color Cylindrical-coordinate representation of color #594490: hue angle of 256.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #594490 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8968144-
CMYK0.380.5300.44
HSL256.58º35.85%41.57%-
HSV(B)256.58º52.78%56.47%-
XYZ11.228.2727.39-
YUV82.94162.46132.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.57%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=29.57%
G=22.59%
B=47.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89681440.380.5300.44256.5835.8541.57
Hex594490263502C101242a
Octal13110422046650544014452
Binary10110011000100100100001001101101010101100100000001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594490; }

 p { color: rgb(89,68,144); }

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

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

 a { background-color: rgb(89,68,144); }

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

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

 span { border-color: rgb(89,68,144); }

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