#594095

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

Shades of Daisy Bush #594095

Tints of Daisy Bush #594095

Color information

#594095 (or 0x594095) is unknown color: approx Daisy Bush. HEX triplet: 59, 40 and 95. RGB value is (89,64,149). Sum of RGB (Red+Green+Blue) = 89+64+149=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #594095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594095 is #A6BF6A. Grayscale: #505050. Windows color (decimal): -10927979 or 9781337. OLE color: 9781337.

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

Color convert

RGB8964149-
CMYK0.400.5700.42
HSL257.65º39.91%41.76%-
HSV(B)257.65º57.05%58.43%-
XYZ11.387.9629.37-
YUV81.17166.28133.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=29.47%
G=21.19%
B=49.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89641490.400.5700.42257.6539.9141.76
Hex594095283902A102282a
Octal13110022550710524025052
Binary10110011000000100101011010001110010101010100000010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594095; }

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

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

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

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

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

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

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

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