Html Css Color HEX #59299E Daisy Bush

📋 copy color: '#59299E'

red 89 ◦ green 41 ◦ blue 158

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

Shades of Daisy Bush #59299E

Tints of Daisy Bush #59299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

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

R = 30.9%
G = 14.24%
B = 54.86%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59299E (or 0x59299E) is known color: Daisy Bush. HEX triplet: 59, 29 and 9E. RGB value is (89,41,158). Sum of RGB (Red+Green+Blue) = 89+41+158=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #59299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59299E is #A6D661. Grayscale: #444444. Windows color (decimal): -10933858 or 10365273. OLE color: 10365273.

HSL color Cylindrical-coordinate representation of color #59299E: hue angle of 264.62º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59299E is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 41 158 -
CMYK 0.44 0.74 0 0.38
HSL 264.62º 0.59% 0.39% -
HSV(B) 264.62º 0.74% 0.62% -
XYZ 11.08 6.18 32.96 -
YUV 68.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 89 41 158 0.44 0.74 0 0.38 264.62 0.59 0.39
Hex 59 29 9E 2C 4A 0 26 109 3B 27
Octal 131 51 236 54 112 0 46 411 73 47
Binary 1011001 101001 10011110 101100 1001010 0 100110 100001001 111011 100111

Color Harmonies of #59299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59299E

Black with #59299E

Text Example


Text Example

White with #59299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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