#594494

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

Shades of Daisy Bush #594494

Tints of Daisy Bush #594494

Color information

#594494 (or 0x594494) is unknown color: approx Daisy Bush. HEX triplet: 59, 44 and 94. RGB value is (89,68,148). Sum of RGB (Red+Green+Blue) = 89+68+148=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #594494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594494 is #A6BB6B. Grayscale: #535353. Windows color (decimal): -10926956 or 9716825. OLE color: 9716825.

HSL color Cylindrical-coordinate representation of color #594494: hue angle of 255.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #594494 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8968148-
CMYK0.400.5400.42
HSL255.75º37.04%42.35%-
HSV(B)255.75º54.05%58.04%-
XYZ11.538.429.03-
YUV83.4164.46132-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=29.18%
G=22.30%
B=48.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89681480.400.5400.42255.7537.0442.35
Hex594494283602A100252a
Octal13110422450660524004552
Binary10110011000100100101001010001101100101010100000000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594494; }

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

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

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

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

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

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

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

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