#59339B

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

Shades of Daisy Bush #59339B

Tints of Daisy Bush #59339B

Color information

#59339B (or 0x59339B) is unknown color: approx Daisy Bush. HEX triplet: 59, 33 and 9B. RGB value is (89,51,155). Sum of RGB (Red+Green+Blue) = 89+51+155=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #59339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59339B is #A6CC64. Grayscale: #494949. Windows color (decimal): -10931301 or 10171225. OLE color: 10171225.

HSL color Cylindrical-coordinate representation of color #59339B: hue angle of 261.92º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59339B is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8951155-
CMYK0.430.6700.39
HSL261.92º50.49%40.39%-
HSV(B)261.92º67.1%60.78%-
XYZ11.226.8631.74-
YUV74.22173.59138.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.17%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=30.17%
G=17.29%
B=52.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89511550.430.6700.39261.9250.4940.39
Hex59339B2B430271063228
Octal13163233531030474066250
Binary10110011100111001101110101110000110100111100000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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