Html Css Color HEX #59259B Daisy Bush

📋 copy color: '#59259B'

red 89 ◦ green 37 ◦ blue 155

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

Shades of Daisy Bush #59259B

Tints of Daisy Bush #59259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 31.67%
G = 13.17%
B = 55.16%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59259B (or 0x59259B) is known color: Daisy Bush. HEX triplet: 59, 25 and 9B. RGB value is (89,37,155). Sum of RGB (Red+Green+Blue) = 89+37+155=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #59259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59259B is #A6DA64. Grayscale: #414141. Windows color (decimal): -10934885 or 10167641. OLE color: 10167641.

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

Color convert

RGB 89 37 155 -
CMYK 0.43 0.76 0 0.39
HSL 266.44º 0.61% 0.38% -
HSV(B) 266.44º 0.76% 0.61% -
XYZ 10.7 5.81 31.57 -
YUV 66 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 89 37 155 0.43 0.76 0 0.39 266.44 0.61 0.38
Hex 59 25 9B 2B 4C 0 27 10A 3D 26
Octal 131 45 233 53 114 0 47 412 75 46
Binary 1011001 100101 10011011 101011 1001100 0 100111 100001010 111101 100110

Color Harmonies of #59259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59259B

Black with #59259B

Text Example


Text Example

White with #59259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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