Html Css Color HEX #59339E Daisy Bush

📋 copy color: '#59339E'

red 89 ◦ green 51 ◦ blue 158

#59339E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #59339E

Tints of Daisy Bush #59339E

RGB

 RED value IS 89 (35.16% from 255) = 29.87%

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 158 (62.11% from 255) = 53.02%

R = 29.87%
G = 17.11%
B = 53.02%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59339E (or 0x59339E) is known color: Daisy Bush. HEX triplet: 59, 33 and 9E. RGB value is (89,51,158). Sum of RGB (Red+Green+Blue) = 89+51+158=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #59339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59339E is #A6CC61. Grayscale: #4A4A4A. Windows color (decimal): -10931298 or 10367833. OLE color: 10367833.

HSL color Cylindrical-coordinate representation of color #59339E: hue angle of 261.31º 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 #59339E is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 51 158 -
CMYK 0.44 0.68 0 0.38
HSL 261.31º 0.51% 0.41% -
HSV(B) 261.31º 0.68% 0.62% -
XYZ 11.48 6.96 33.09 -
YUV 74.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 89 51 158 0.44 0.68 0 0.38 261.31 0.51 0.41
Hex 59 33 9E 2C 44 0 26 105 33 29
Octal 131 63 236 54 104 0 46 405 63 51
Binary 1011001 110011 10011110 101100 1000100 0 100110 100000101 110011 101001

Color Harmonies of #59339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59339E

Black with #59339E

Text Example


Text Example

White with #59339E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59339E;
 }
 .AnyTagClassName
 {
   color: #59339E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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