Html Css Color HEX #59239B Daisy Bush

📋 copy color: '#59239B'

red 89 ◦ green 35 ◦ blue 155

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

Shades of Daisy Bush #59239B

Tints of Daisy Bush #59239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

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

R = 31.9%
G = 12.54%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59239B (or 0x59239B) is known color: Daisy Bush. HEX triplet: 59, 23 and 9B. RGB value is (89,35,155). Sum of RGB (Red+Green+Blue) = 89+35+155=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #59239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59239B is #A6DC64. Grayscale: #404040. Windows color (decimal): -10935397 or 10167129. OLE color: 10167129.

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

Color convert

RGB 89 35 155 -
CMYK 0.43 0.77 0 0.39
HSL 267º 0.63% 0.37% -
HSV(B) 267º 0.77% 0.61% -
XYZ 10.64 5.69 31.55 -
YUV 64.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 89 35 155 0.43 0.77 0 0.39 267 0.63 0.37
Hex 59 23 9B 2B 4D 0 27 10B 3F 25
Octal 131 43 233 53 115 0 47 413 77 45
Binary 1011001 100011 10011011 101011 1001101 0 100111 100001011 111111 100101

Color Harmonies of #59239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59239B

Black with #59239B

Text Example


Text Example

White with #59239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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