Html Css Color HEX #593399 Daisy Bush

📋 copy color: '#593399'

red 89 ◦ green 51 ◦ blue 153

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

Shades of Daisy Bush #593399

Tints of Daisy Bush #593399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

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

R = 30.38%
G = 17.41%
B = 52.22%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#593399 (or 0x593399) is known color: Daisy Bush. HEX triplet: 59, 33 and 99. RGB value is (89,51,153). Sum of RGB (Red+Green+Blue) = 89+51+153=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #593399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593399 is #A6CC66. Grayscale: #494949. Windows color (decimal): -10931303 or 10040153. OLE color: 10040153.

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

Color convert

RGB 89 51 153 -
CMYK 0.42 0.67 0 0.4
HSL 262.35º 0.5% 0.4% -
HSV(B) 262.35º 0.67% 0.6% -
XYZ 11.05 6.79 30.87 -
YUV 73.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 89 51 153 0.42 0.67 0 0.4 262.35 0.5 0.4
Hex 59 33 99 2A 43 0 28 106 32 28
Octal 131 63 231 52 103 0 50 406 62 50
Binary 1011001 110011 10011001 101010 1000011 0 101000 100000110 110010 101000

Color Harmonies of #593399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593399

Black with #593399

Text Example


Text Example

White with #593399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593399; }

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

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

background-color css

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

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

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

border-color css

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

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

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