Html Css Color HEX #59209B Daisy Bush

📋 copy color: '#59209B'

red 89 ◦ green 32 ◦ blue 155

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

Shades of Daisy Bush #59209B

Tints of Daisy Bush #59209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 32.25%
G = 11.59%
B = 56.16%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59209B (or 0x59209B) is known color: Daisy Bush. HEX triplet: 59, 20 and 9B. RGB value is (89,32,155). Sum of RGB (Red+Green+Blue) = 89+32+155=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #59209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59209B is #A6DF64. Grayscale: #3E3E3E. Windows color (decimal): -10936165 or 10166361. OLE color: 10166361.

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

Color convert

RGB 89 32 155 -
CMYK 0.43 0.79 0 0.39
HSL 267.8º 0.66% 0.37% -
HSV(B) 267.8º 0.79% 0.61% -
XYZ 10.55 5.52 31.52 -
YUV 63.07 179.88 146.5 -
System Red Green Blue C M Y K H S L
Decimal 89 32 155 0.43 0.79 0 0.39 267.8 0.66 0.37
Hex 59 20 9B 2B 4F 0 27 10C 42 25
Octal 131 40 233 53 117 0 47 414 102 45
Binary 1011001 100000 10011011 101011 1001111 0 100111 100001100 1000010 100101

Color Harmonies of #59209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59209B

Black with #59209B

Text Example


Text Example

White with #59209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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