Html Css Color HEX #593496 Daisy Bush

📋 copy color: '#593496'

red 89 ◦ green 52 ◦ blue 150

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

Shades of Daisy Bush #593496

Tints of Daisy Bush #593496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 30.58%
G = 17.87%
B = 51.55%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#593496 (or 0x593496) is known color: Daisy Bush. HEX triplet: 59, 34 and 96. RGB value is (89,52,150). Sum of RGB (Red+Green+Blue) = 89+52+150=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #593496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593496 is #A6CB69. Grayscale: #494949. Windows color (decimal): -10931050 or 9843801. OLE color: 9843801.

HSL color Cylindrical-coordinate representation of color #593496: hue angle of 262.65º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593496 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 52 150 -
CMYK 0.41 0.65 0 0.41
HSL 262.65º 0.49% 0.4% -
HSV(B) 262.65º 0.65% 0.59% -
XYZ 10.85 6.78 29.59 -
YUV 74.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 89 52 150 0.41 0.65 0 0.41 262.65 0.49 0.4
Hex 59 34 96 29 41 0 29 107 31 28
Octal 131 64 226 51 101 0 51 407 61 50
Binary 1011001 110100 10010110 101001 1000001 0 101001 100000111 110001 101000

Color Harmonies of #593496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593496

Black with #593496

Text Example


Text Example

White with #593496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593496; }

 p { color: rgb(89,52,150); }

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

background-color css

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

 a { background-color: rgb(89,52,150); }

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

border-color css

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

 span { border-color: rgb(89,52,150); }

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