#594594

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

Shades of Daisy Bush #594594

Tints of Daisy Bush #594594

Color information

#594594 (or 0x594594) is unknown color: approx Daisy Bush. HEX triplet: 59, 45 and 94. RGB value is (89,69,148). Sum of RGB (Red+Green+Blue) = 89+69+148=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #594594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594594 is #A6BA6B. Grayscale: #535353. Windows color (decimal): -10926700 or 9717081. OLE color: 9717081.

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

Color convert

RGB8969148-
CMYK0.400.5300.42
HSL255.19º36.41%42.55%-
HSV(B)255.19º53.38%58.04%-
XYZ11.598.5229.05-
YUV83.99164.13131.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=29.08%
G=22.55%
B=48.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89691480.400.5300.42255.1936.4142.55
Hex594594283502Aff242b
Octal13110522450650523774453
Binary1011001100010110010100101000110101010101011111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594594; }

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

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

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

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

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

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

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

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