#59369C

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

Shades of Daisy Bush #59369C

Tints of Daisy Bush #59369C

Color information

#59369C (or 0x59369C) is unknown color: approx Daisy Bush. HEX triplet: 59, 36 and 9C. RGB value is (89,54,156). Sum of RGB (Red+Green+Blue) = 89+54+156=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #59369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59369C is #A6C963. Grayscale: #4B4B4B. Windows color (decimal): -10930532 or 10237529. OLE color: 10237529.

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

Color convert

RGB8954156-
CMYK0.430.6500.39
HSL260.59º48.57%41.18%-
HSV(B)260.59º65.38%61.18%-
XYZ11.447.1632.23-
YUV76.09173.1137.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=29.77%
G=18.06%
B=52.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89541560.430.6500.39260.5948.5741.18
Hex59369C2B410271053129
Octal13166234531010474056151
Binary10110011101101001110010101110000010100111100000101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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