#59239C

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

Shades of Daisy Bush #59239C

Tints of Daisy Bush #59239C

Color information

#59239C (or 0x59239C) is unknown color: approx Daisy Bush. HEX triplet: 59, 23 and 9C. RGB value is (89,35,156). Sum of RGB (Red+Green+Blue) = 89+35+156=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #59239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59239C is #A6DC63. Grayscale: #404040. Windows color (decimal): -10935396 or 10232665. OLE color: 10232665.

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

Color convert

RGB8935156-
CMYK0.430.7800.39
HSL266.78º63.35%37.45%-
HSV(B)266.78º77.56%61.18%-
XYZ10.725.7331.99-
YUV64.94179.39145.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 156 (61.33% from 255) = 55.71%
R=31.79%
G=12.5%
B=55.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89351560.430.7800.39266.7863.3537.45
Hex59239C2B4E02710b3f25
Octal13143234531160474137745
Binary10110011000111001110010101110011100100111100001011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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