#594394

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

Shades of Daisy Bush #594394

Tints of Daisy Bush #594394

Color information

#594394 (or 0x594394) is unknown color: approx Daisy Bush. HEX triplet: 59, 43 and 94. RGB value is (89,67,148). Sum of RGB (Red+Green+Blue) = 89+67+148=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #594394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594394 is #A6BC6B. Grayscale: #525252. Windows color (decimal): -10927212 or 9716569. OLE color: 9716569.

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

Color convert

RGB8967148-
CMYK0.400.5500.42
HSL256.3º37.67%42.16%-
HSV(B)256.3º54.73%58.04%-
XYZ11.478.2829.01-
YUV82.81164.79132.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.28%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=29.28%
G=22.04%
B=48.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89671480.400.5500.42256.337.6742.16
Hex594394283702A100262a
Octal13110322450670524004652
Binary10110011000011100101001010001101110101010100000000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594394; }

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

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

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

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

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

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

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

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