Html Css Color HEX #59379B Daisy Bush

📋 copy color: '#59379B'

red 89 ◦ green 55 ◦ blue 155

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

Shades of Daisy Bush #59379B

Tints of Daisy Bush #59379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 155 (60.94% from 255) = 51.84%

R = 29.77%
G = 18.39%
B = 51.84%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59379B (or 0x59379B) is known color: Daisy Bush. HEX triplet: 59, 37 and 9B. RGB value is (89,55,155). Sum of RGB (Red+Green+Blue) = 89+55+155=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #59379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59379B is #A6C864. Grayscale: #4C4C4C. Windows color (decimal): -10930277 or 10172249. OLE color: 10172249.

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

Color convert

RGB 89 55 155 -
CMYK 0.43 0.65 0 0.39
HSL 260.4º 0.48% 0.41% -
HSV(B) 260.4º 0.65% 0.61% -
XYZ 11.4 7.22 31.8 -
YUV 76.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 89 55 155 0.43 0.65 0 0.39 260.4 0.48 0.41
Hex 59 37 9B 2B 41 0 27 104 30 29
Octal 131 67 233 53 101 0 47 404 60 51
Binary 1011001 110111 10011011 101011 1000001 0 100111 100000100 110000 101001

Color Harmonies of #59379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59379B

Black with #59379B

Text Example


Text Example

White with #59379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59379B;
 }
 .AnyTagClassName
 {
   color: #59379B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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