#594692

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

Shades of Daisy Bush #594692

Tints of Daisy Bush #594692

Color information

#594692 (or 0x594692) is unknown color: approx Daisy Bush. HEX triplet: 59, 46 and 92. RGB value is (89,70,146). Sum of RGB (Red+Green+Blue) = 89+70+146=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #594692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594692 is #A6B96D. Grayscale: #545454. Windows color (decimal): -10926446 or 9586265. OLE color: 9586265.

HSL color Cylindrical-coordinate representation of color #594692: hue angle of 255º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #594692 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8970146-
CMYK0.390.5200.43
HSL255º35.19%42.35%-
HSV(B)255º52.05%57.25%-
XYZ11.58.5828.24-
YUV84.34162.79131.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=29.18%
G=22.95%
B=47.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89701460.390.5200.4325535.1942.35
Hex594692273402Bff232a
Octal13110622247640533774352
Binary1011001100011010010010100111110100010101111111111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594692; }

 p { color: rgb(89,70,146); }

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

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

 a { background-color: rgb(89,70,146); }

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

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

 span { border-color: rgb(89,70,146); }

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