Html Css Color HEX #593695 Daisy Bush

📋 copy color: '#593695'

red 89 ◦ green 54 ◦ blue 149

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

Shades of Daisy Bush #593695

Tints of Daisy Bush #593695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 30.48%
G = 18.49%
B = 51.03%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#593695 (or 0x593695) is known color: Daisy Bush. HEX triplet: 59, 36 and 95. RGB value is (89,54,149). Sum of RGB (Red+Green+Blue) = 89+54+149=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #593695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593695 is #A6C96A. Grayscale: #4A4A4A. Windows color (decimal): -10930539 or 9778777. OLE color: 9778777.

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

Color convert

RGB 89 54 149 -
CMYK 0.40 0.64 0 0.42
HSL 262.11º 0.47% 0.4% -
HSV(B) 262.11º 0.64% 0.58% -
XYZ 10.86 6.93 29.2 -
YUV 75.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 89 54 149 0.40 0.64 0 0.42 262.11 0.47 0.4
Hex 59 36 95 28 40 0 2A 106 2F 28
Octal 131 66 225 50 100 0 52 406 57 50
Binary 1011001 110110 10010101 101000 1000000 0 101010 100000110 101111 101000

Color Harmonies of #593695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593695

Black with #593695

Text Example


Text Example

White with #593695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593695; }

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

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

background-color css

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

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

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

border-color css

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

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

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