Html Css Color HEX #593690 Daisy Bush

📋 copy color: '#593690'

red 89 ◦ green 54 ◦ blue 144

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

Shades of Daisy Bush #593690

Tints of Daisy Bush #593690

RGB

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

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

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

R = 31.01%
G = 18.82%
B = 50.17%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#593690 (or 0x593690) is known color: Daisy Bush. HEX triplet: 59, 36 and 90. RGB value is (89,54,144). Sum of RGB (Red+Green+Blue) = 89+54+144=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #593690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593690 is #A6C96F. Grayscale: #4A4A4A. Windows color (decimal): -10930544 or 9451097. OLE color: 9451097.

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

Color convert

RGB 89 54 144 -
CMYK 0.38 0.63 0 0.44
HSL 263.33º 0.45% 0.39% -
HSV(B) 263.33º 0.63% 0.56% -
XYZ 10.47 6.78 27.14 -
YUV 74.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 89 54 144 0.38 0.63 0 0.44 263.33 0.45 0.39
Hex 59 36 90 26 3F 0 2C 107 2D 27
Octal 131 66 220 46 77 0 54 407 55 47
Binary 1011001 110110 10010000 100110 111111 0 101100 100000111 101101 100111

Color Harmonies of #593690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593690

Black with #593690

Text Example


Text Example

White with #593690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593690; }

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

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

background-color css

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

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

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

border-color css

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

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

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