#59428D

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

Shades of Daisy Bush #59428D

Tints of Daisy Bush #59428D

Color information

#59428D (or 0x59428D) is unknown color: approx Daisy Bush. HEX triplet: 59, 42 and 8D. RGB value is (89,66,141). Sum of RGB (Red+Green+Blue) = 89+66+141=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #59428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59428D is #A6BD72. Grayscale: #515151. Windows color (decimal): -10927475 or 9257561. OLE color: 9257561.

HSL color Cylindrical-coordinate representation of color #59428D: hue angle of 258.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59428D is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8966141-
CMYK0.370.5300.45
HSL258.4º36.23%40.59%-
HSV(B)258.4º53.19%55.29%-
XYZ10.887.9426.16-
YUV81.43161.62133.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 141 (55.47% from 255) = 47.64%
R=30.07%
G=22.30%
B=47.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89661410.370.5300.45258.436.2340.59
Hex59428D253502D1022429
Octal13110221545650554024451
Binary10110011000010100011011001011101010101101100000010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59428D; }

 p { color: rgb(89,66,141); }

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

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

 a { background-color: rgb(89,66,141); }

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

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

 span { border-color: rgb(89,66,141); }

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