Html Css Color HEX #59259D Daisy Bush

📋 copy color: '#59259D'

red 89 ◦ green 37 ◦ blue 157

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

Shades of Daisy Bush #59259D

Tints of Daisy Bush #59259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 31.45%
G = 13.07%
B = 55.48%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59259D (or 0x59259D) is known color: Daisy Bush. HEX triplet: 59, 25 and 9D. RGB value is (89,37,157). Sum of RGB (Red+Green+Blue) = 89+37+157=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #59259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59259D is #A6DA62. Grayscale: #414141. Windows color (decimal): -10934883 or 10298713. OLE color: 10298713.

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

Color convert

RGB 89 37 157 -
CMYK 0.43 0.76 0 0.38
HSL 266º 0.62% 0.38% -
HSV(B) 266º 0.76% 0.62% -
XYZ 10.87 5.88 32.46 -
YUV 66.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 89 37 157 0.43 0.76 0 0.38 266 0.62 0.38
Hex 59 25 9D 2B 4C 0 26 10A 3E 26
Octal 131 45 235 53 114 0 46 412 76 46
Binary 1011001 100101 10011101 101011 1001100 0 100110 100001010 111110 100110

Color Harmonies of #59259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59259D

Black with #59259D

Text Example


Text Example

White with #59259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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