#59289C

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

Shades of Daisy Bush #59289C

Tints of Daisy Bush #59289C

Color information

#59289C (or 0x59289C) is unknown color: approx Daisy Bush. HEX triplet: 59, 28 and 9C. RGB value is (89,40,156). Sum of RGB (Red+Green+Blue) = 89+40+156=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #59289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59289C is #A6D763. Grayscale: #434343. Windows color (decimal): -10934116 or 10233945. OLE color: 10233945.

HSL color Cylindrical-coordinate representation of color #59289C: hue angle of 265.34º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59289C is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8940156-
CMYK0.430.7400.39
HSL265.34º59.18%38.43%-
HSV(B)265.34º74.36%61.18%-
XYZ10.886.0432.05-
YUV67.88177.73143.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=31.23%
G=14.04%
B=54.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89401560.430.7400.39265.3459.1838.43
Hex59289C2B4A0271093b26
Octal13150234531120474117346
Binary10110011010001001110010101110010100100111100001001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59289C; }

 p { color: rgb(89,40,156); }

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

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

 a { background-color: rgb(89,40,156); }

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

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

 span { border-color: rgb(89,40,156); }

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