#594596

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

Shades of Daisy Bush #594596

Tints of Daisy Bush #594596

Color information

#594596 (or 0x594596) is unknown color: approx Daisy Bush. HEX triplet: 59, 45 and 96. RGB value is (89,69,150). Sum of RGB (Red+Green+Blue) = 89+69+150=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #594596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594596 is #A6BA69. Grayscale: #535353. Windows color (decimal): -10926698 or 9848153. OLE color: 9848153.

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

Color convert

RGB8969150-
CMYK0.410.5400.41
HSL254.81º36.99%42.94%-
HSV(B)254.81º54%58.82%-
XYZ11.758.5829.89-
YUV84.21165.13131.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=28.90%
G=22.40%
B=48.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89691500.410.5400.41254.8136.9942.94
Hex5945962936029ff252b
Octal13110522651660513774553
Binary1011001100010110010110101001110110010100111111111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594596; }

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

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

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

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

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

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

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

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