Html Css Color HEX #593699 Daisy Bush

📋 copy color: '#593699'

red 89 ◦ green 54 ◦ blue 153

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

Shades of Daisy Bush #593699

Tints of Daisy Bush #593699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 30.07%
G = 18.24%
B = 51.69%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#593699 (or 0x593699) is known color: Daisy Bush. HEX triplet: 59, 36 and 99. RGB value is (89,54,153). Sum of RGB (Red+Green+Blue) = 89+54+153=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #593699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593699 is #A6C966. Grayscale: #4B4B4B. Windows color (decimal): -10930535 or 10040921. OLE color: 10040921.

HSL color Cylindrical-coordinate representation of color #593699: hue angle of 261.21º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593699 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 54 153 -
CMYK 0.42 0.65 0 0.4
HSL 261.21º 0.48% 0.41% -
HSV(B) 261.21º 0.65% 0.6% -
XYZ 11.19 7.06 30.91 -
YUV 75.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 89 54 153 0.42 0.65 0 0.4 261.21 0.48 0.41
Hex 59 36 99 2A 41 0 28 105 30 29
Octal 131 66 231 52 101 0 50 405 60 51
Binary 1011001 110110 10011001 101010 1000001 0 101000 100000101 110000 101001

Color Harmonies of #593699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593699

Black with #593699

Text Example


Text Example

White with #593699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593699; }

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

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

background-color css

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

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

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

border-color css

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

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

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