#59338D

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

Shades of Daisy Bush #59338D

Tints of Daisy Bush #59338D

Color information

#59338D (or 0x59338D) is unknown color: approx Daisy Bush. HEX triplet: 59, 33 and 8D. RGB value is (89,51,141). Sum of RGB (Red+Green+Blue) = 89+51+141=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #59338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59338D is #A6CC72. Grayscale: #484848. Windows color (decimal): -10931315 or 9253721. OLE color: 9253721.

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

Color convert

RGB8951141-
CMYK0.370.6400.45
HSL265.33º46.88%37.65%-
HSV(B)265.33º63.83%55.29%-
XYZ10.116.4125.9-
YUV72.62166.59139.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.67%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=31.67%
G=18.15%
B=50.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89511410.370.6400.45265.3346.8837.65
Hex59338D254002D1092f26
Octal13163215451000554115746
Binary10110011100111000110110010110000000101101100001001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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