Html Css Color HEX #59289B Daisy Bush

📋 copy color: '#59289B'

red 89 ◦ green 40 ◦ blue 155

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

Shades of Daisy Bush #59289B

Tints of Daisy Bush #59289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

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

R = 31.34%
G = 14.08%
B = 54.58%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59289B (or 0x59289B) is known color: Daisy Bush. HEX triplet: 59, 28 and 9B. RGB value is (89,40,155). Sum of RGB (Red+Green+Blue) = 89+40+155=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #59289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59289B is #A6D764. Grayscale: #434343. Windows color (decimal): -10934117 or 10168409. OLE color: 10168409.

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

Color convert

RGB 89 40 155 -
CMYK 0.43 0.74 0 0.39
HSL 265.57º 0.59% 0.38% -
HSV(B) 265.57º 0.74% 0.61% -
XYZ 10.8 6.01 31.6 -
YUV 67.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 89 40 155 0.43 0.74 0 0.39 265.57 0.59 0.38
Hex 59 28 9B 2B 4A 0 27 10A 3B 26
Octal 131 50 233 53 112 0 47 412 73 46
Binary 1011001 101000 10011011 101011 1001010 0 100111 100001010 111011 100110

Color Harmonies of #59289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59289B

Black with #59289B

Text Example


Text Example

White with #59289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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