#594495

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

Shades of Daisy Bush #594495

Tints of Daisy Bush #594495

Color information

#594495 (or 0x594495) is unknown color: approx Daisy Bush. HEX triplet: 59, 44 and 95. RGB value is (89,68,149). Sum of RGB (Red+Green+Blue) = 89+68+149=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #594495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594495 is #A6BB6A. Grayscale: #535353. Windows color (decimal): -10926955 or 9782361. OLE color: 9782361.

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

Color convert

RGB8968149-
CMYK0.400.5400.42
HSL255.56º37.33%42.55%-
HSV(B)255.56º54.36%58.43%-
XYZ11.618.4329.45-
YUV83.51164.96131.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 149 (58.59% from 255) = 48.69%
R=29.08%
G=22.22%
B=48.69%

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
Decimal89681490.400.5400.42255.5637.3342.55
Hex594495283602A100252b
Octal13110422550660524004553
Binary10110011000100100101011010001101100101010100000000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594495; }

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

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

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

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

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

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

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

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