Html Css Color HEX #59368D Daisy Bush

📋 copy color: '#59368D'

red 89 ◦ green 54 ◦ blue 141

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

Shades of Daisy Bush #59368D

Tints of Daisy Bush #59368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 31.34%
G = 19.01%
B = 49.65%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59368D (or 0x59368D) is known color: Daisy Bush. HEX triplet: 59, 36 and 8D. RGB value is (89,54,141). Sum of RGB (Red+Green+Blue) = 89+54+141=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #59368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59368D is #A6C972. Grayscale: #4A4A4A. Windows color (decimal): -10930547 or 9254489. OLE color: 9254489.

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

Color convert

RGB 89 54 141 -
CMYK 0.37 0.62 0 0.45
HSL 264.14º 0.45% 0.38% -
HSV(B) 264.14º 0.62% 0.55% -
XYZ 10.25 6.69 25.95 -
YUV 74.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 89 54 141 0.37 0.62 0 0.45 264.14 0.45 0.38
Hex 59 36 8D 25 3E 0 2D 108 2D 26
Octal 131 66 215 45 76 0 55 410 55 46
Binary 1011001 110110 10001101 100101 111110 0 101101 100001000 101101 100110

Color Harmonies of #59368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59368D

Black with #59368D

Text Example


Text Example

White with #59368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,54,141); }

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

background-color css

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

 a { background-color: rgb(89,54,141); }

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

border-color css

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

 span { border-color: rgb(89,54,141); }

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