Html Css Color HEX #59269B Daisy Bush

📋 copy color: '#59269B'

red 89 ◦ green 38 ◦ blue 155

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

Shades of Daisy Bush #59269B

Tints of Daisy Bush #59269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

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

R = 31.56%
G = 13.48%
B = 54.96%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59269B (or 0x59269B) is known color: Daisy Bush. HEX triplet: 59, 26 and 9B. RGB value is (89,38,155). Sum of RGB (Red+Green+Blue) = 89+38+155=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #59269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59269B is #A6D964. Grayscale: #424242. Windows color (decimal): -10934629 or 10167897. OLE color: 10167897.

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

Color convert

RGB 89 38 155 -
CMYK 0.43 0.75 0 0.39
HSL 266.15º 0.61% 0.38% -
HSV(B) 266.15º 0.75% 0.61% -
XYZ 10.73 5.88 31.58 -
YUV 66.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 89 38 155 0.43 0.75 0 0.39 266.15 0.61 0.38
Hex 59 26 9B 2B 4B 0 27 10A 3D 26
Octal 131 46 233 53 113 0 47 412 75 46
Binary 1011001 100110 10011011 101011 1001011 0 100111 100001010 111101 100110

Color Harmonies of #59269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59269B

Black with #59269B

Text Example


Text Example

White with #59269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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