Html Css Color HEX #593593 Daisy Bush

📋 copy color: '#593593'

red 89 ◦ green 53 ◦ blue 147

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

Shades of Daisy Bush #593593

Tints of Daisy Bush #593593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.87%

R = 30.8%
G = 18.34%
B = 50.87%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#593593 (or 0x593593) is known color: Daisy Bush. HEX triplet: 59, 35 and 93. RGB value is (89,53,147). Sum of RGB (Red+Green+Blue) = 89+53+147=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #593593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593593 is #A6CA6C. Grayscale: #4A4A4A. Windows color (decimal): -10930797 or 9647449. OLE color: 9647449.

HSL color Cylindrical-coordinate representation of color #593593: hue angle of 262.98º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #593593 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 53 147 -
CMYK 0.39 0.64 0 0.42
HSL 262.98º 0.47% 0.39% -
HSV(B) 262.98º 0.64% 0.58% -
XYZ 10.66 6.78 28.35 -
YUV 74.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 89 53 147 0.39 0.64 0 0.42 262.98 0.47 0.39
Hex 59 35 93 27 40 0 2A 107 2F 27
Octal 131 65 223 47 100 0 52 407 57 47
Binary 1011001 110101 10010011 100111 1000000 0 101010 100000111 101111 100111

Color Harmonies of #593593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593593

Black with #593593

Text Example


Text Example

White with #593593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593593; }

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

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

background-color css

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

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

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

border-color css

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

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

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