#59339D

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

Shades of Daisy Bush #59339D

Tints of Daisy Bush #59339D

Color information

#59339D (or 0x59339D) is unknown color: approx Daisy Bush. HEX triplet: 59, 33 and 9D. RGB value is (89,51,157). Sum of RGB (Red+Green+Blue) = 89+51+157=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #59339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59339D is #A6CC62. Grayscale: #4A4A4A. Windows color (decimal): -10931299 or 10302297. OLE color: 10302297.

HSL color Cylindrical-coordinate representation of color #59339D: hue angle of 261.51º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59339D is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8951157-
CMYK0.430.6800.38
HSL261.51º50.96%40.78%-
HSV(B)261.51º67.52%61.57%-
XYZ11.396.9332.63-
YUV74.45174.59138.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=29.97%
G=17.17%
B=52.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89511570.430.6800.38261.5150.9640.78
Hex59339D2B440261063329
Octal13163235531040464066351
Binary10110011100111001110110101110001000100110100000110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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