#594185

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

Shades of Daisy Bush #594185

Tints of Daisy Bush #594185

Color information

#594185 (or 0x594185) is unknown color: approx Daisy Bush. HEX triplet: 59, 41 and 85. RGB value is (89,65,133). Sum of RGB (Red+Green+Blue) = 89+65+133=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #594185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594185 is #A6BE7A. Grayscale: #4F4F4F. Windows color (decimal): -10927739 or 8733017. OLE color: 8733017.

HSL color Cylindrical-coordinate representation of color #594185: hue angle of 261.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #594185 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8965133-
CMYK0.330.5100.48
HSL261.18º34.34%38.82%-
HSV(B)261.18º51.13%52.16%-
XYZ10.247.623.12-
YUV79.93157.95134.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=31.01%
G=22.65%
B=46.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89651330.330.5100.48261.1834.3438.82
Hex59418521330301052227
Octal13110120541630604054247
Binary10110011000001100001011000011100110110000100000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594185; }

 p { color: rgb(89,65,133); }

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

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

 a { background-color: rgb(89,65,133); }

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

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

 span { border-color: rgb(89,65,133); }

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