Html Css Color HEX #59359D Daisy Bush

📋 copy color: '#59359D'

red 89 ◦ green 53 ◦ blue 157

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

Shades of Daisy Bush #59359D

Tints of Daisy Bush #59359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.73%

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

R = 29.77%
G = 17.73%
B = 52.51%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59359D (or 0x59359D) is known color: Daisy Bush. HEX triplet: 59, 35 and 9D. RGB value is (89,53,157). Sum of RGB (Red+Green+Blue) = 89+53+157=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #59359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59359D is #A6CA62. Grayscale: #4B4B4B. Windows color (decimal): -10930787 or 10302809. OLE color: 10302809.

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

Color convert

RGB 89 53 157 -
CMYK 0.43 0.66 0 0.38
HSL 260.77º 0.5% 0.41% -
HSV(B) 260.77º 0.66% 0.62% -
XYZ 11.48 7.1 32.66 -
YUV 75.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 89 53 157 0.43 0.66 0 0.38 260.77 0.5 0.41
Hex 59 35 9D 2B 42 0 26 105 32 29
Octal 131 65 235 53 102 0 46 405 62 51
Binary 1011001 110101 10011101 101011 1000010 0 100110 100000101 110010 101001

Color Harmonies of #59359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59359D

Black with #59359D

Text Example


Text Example

White with #59359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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