Html Css Color HEX #59319B Daisy Bush

📋 copy color: '#59319B'

red 89 ◦ green 49 ◦ blue 155

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

Shades of Daisy Bush #59319B

Tints of Daisy Bush #59319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

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

R = 30.38%
G = 16.72%
B = 52.9%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59319B (or 0x59319B) is known color: Daisy Bush. HEX triplet: 59, 31 and 9B. RGB value is (89,49,155). Sum of RGB (Red+Green+Blue) = 89+49+155=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #59319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59319B is #A6CE64. Grayscale: #484848. Windows color (decimal): -10931813 or 10170713. OLE color: 10170713.

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

Color convert

RGB 89 49 155 -
CMYK 0.43 0.68 0 0.39
HSL 262.64º 0.52% 0.4% -
HSV(B) 262.64º 0.68% 0.61% -
XYZ 11.13 6.69 31.71 -
YUV 73.04 174.25 139.38 -
System Red Green Blue C M Y K H S L
Decimal 89 49 155 0.43 0.68 0 0.39 262.64 0.52 0.4
Hex 59 31 9B 2B 44 0 27 107 34 28
Octal 131 61 233 53 104 0 47 407 64 50
Binary 1011001 110001 10011011 101011 1000100 0 100111 100000111 110100 101000

Color Harmonies of #59319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59319B

Black with #59319B

Text Example


Text Example

White with #59319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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