Html Css Color HEX #59369D Daisy Bush

📋 copy color: '#59369D'

red 89 ◦ green 54 ◦ blue 157

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

Shades of Daisy Bush #59369D

Tints of Daisy Bush #59369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 29.67%
G = 18%
B = 52.33%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59369D (or 0x59369D) is known color: Daisy Bush. HEX triplet: 59, 36 and 9D. RGB value is (89,54,157). Sum of RGB (Red+Green+Blue) = 89+54+157=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #59369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59369D is #A6C962. Grayscale: #4B4B4B. Windows color (decimal): -10930531 or 10303065. OLE color: 10303065.

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

Color convert

RGB 89 54 157 -
CMYK 0.43 0.66 0 0.38
HSL 260.39º 0.49% 0.41% -
HSV(B) 260.39º 0.66% 0.62% -
XYZ 11.52 7.2 32.68 -
YUV 76.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 89 54 157 0.43 0.66 0 0.38 260.39 0.49 0.41
Hex 59 36 9D 2B 42 0 26 104 31 29
Octal 131 66 235 53 102 0 46 404 61 51
Binary 1011001 110110 10011101 101011 1000010 0 100110 100000100 110001 101001

Color Harmonies of #59369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59369D

Black with #59369D

Text Example


Text Example

White with #59369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59369D;
 }
 .AnyTagClassName
 {
   color: #59369D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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