Html Css Color HEX #593E86 Daisy Bush

📋 copy color: '#593E86'

red 89 ◦ green 62 ◦ blue 134

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

Shades of Daisy Bush #593E86

Tints of Daisy Bush #593E86

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 31.23%
G = 21.75%
B = 47.02%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#593E86 (or 0x593E86) is known color: Daisy Bush. HEX triplet: 59, 3E and 86. RGB value is (89,62,134). Sum of RGB (Red+Green+Blue) = 89+62+134=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #593E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593E86 is #A6C179. Grayscale: #4E4E4E. Windows color (decimal): -10928506 or 8797785. OLE color: 8797785.

HSL color Cylindrical-coordinate representation of color #593E86: hue angle of 262.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #593E86 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 62 134 -
CMYK 0.34 0.54 0 0.47
HSL 262.5º 0.37% 0.38% -
HSV(B) 262.5º 0.54% 0.53% -
XYZ 10.15 7.29 23.43 -
YUV 78.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 89 62 134 0.34 0.54 0 0.47 262.5 0.37 0.38
Hex 59 3E 86 22 36 0 2F 106 25 26
Octal 131 76 206 42 66 0 57 406 45 46
Binary 1011001 111110 10000110 100010 110110 0 101111 100000110 100101 100110

Color Harmonies of #593E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593E86

Black with #593E86

Text Example


Text Example

White with #593E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593E86; }

 p { color: rgb(89,62,134); }

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

background-color css

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

 a { background-color: rgb(89,62,134); }

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

border-color css

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

 span { border-color: rgb(89,62,134); }

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