#59428B

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

Shades of Daisy Bush #59428B

Tints of Daisy Bush #59428B

Color information

#59428B (or 0x59428B) is unknown color: approx Daisy Bush. HEX triplet: 59, 42 and 8B. RGB value is (89,66,139). Sum of RGB (Red+Green+Blue) = 89+66+139=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #59428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59428B is #A6BD74. Grayscale: #505050. Windows color (decimal): -10927477 or 9126489. OLE color: 9126489.

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

Color convert

RGB8966139-
CMYK0.360.5300.45
HSL258.9º35.61%40.2%-
HSV(B)258.9º52.52%54.51%-
XYZ10.737.8825.38-
YUV81.2160.62133.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.27%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=30.27%
G=22.45%
B=47.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89661390.360.5300.45258.935.6140.2
Hex59428B243502D1032428
Octal13110221344650554034450
Binary10110011000010100010111001001101010101101100000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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