Html Css Color HEX #593190 Daisy Bush

📋 copy color: '#593190'

red 89 ◦ green 49 ◦ blue 144

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

Shades of Daisy Bush #593190

Tints of Daisy Bush #593190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.38%

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 31.56%
G = 17.38%
B = 51.06%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#593190 (or 0x593190) is known color: Daisy Bush. HEX triplet: 59, 31 and 90. RGB value is (89,49,144). Sum of RGB (Red+Green+Blue) = 89+49+144=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #593190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593190 is #A6CE6F. Grayscale: #474747. Windows color (decimal): -10931824 or 9449817. OLE color: 9449817.

HSL color Cylindrical-coordinate representation of color #593190: hue angle of 265.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593190 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 49 144 -
CMYK 0.38 0.66 0 0.44
HSL 265.26º 0.49% 0.38% -
HSV(B) 265.26º 0.66% 0.56% -
XYZ 10.25 6.33 27.07 -
YUV 71.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 89 49 144 0.38 0.66 0 0.44 265.26 0.49 0.38
Hex 59 31 90 26 42 0 2C 109 31 26
Octal 131 61 220 46 102 0 54 411 61 46
Binary 1011001 110001 10010000 100110 1000010 0 101100 100001001 110001 100110

Color Harmonies of #593190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593190

Black with #593190

Text Example


Text Example

White with #593190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593190; }

 p { color: rgb(89,49,144); }

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

background-color css

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

 a { background-color: rgb(89,49,144); }

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

border-color css

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

 span { border-color: rgb(89,49,144); }

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