Html Css Color HEX #593E9F Daisy Bush

📋 copy color: '#593E9F'

red 89 ◦ green 62 ◦ blue 159

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

Shades of Daisy Bush #593E9F

Tints of Daisy Bush #593E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 28.71%
G = 20%
B = 51.29%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#593E9F (or 0x593E9F) is known color: Daisy Bush. HEX triplet: 59, 3E and 9F. RGB value is (89,62,159). Sum of RGB (Red+Green+Blue) = 89+62+159=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #593E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593E9F is #A6C160. Grayscale: #505050. Windows color (decimal): -10928481 or 10436185. OLE color: 10436185.

HSL color Cylindrical-coordinate representation of color #593E9F: hue angle of 256.7º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #593E9F is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 62 159 -
CMYK 0.44 0.61 0 0.38
HSL 256.7º 0.44% 0.43% -
HSV(B) 256.7º 0.61% 0.62% -
XYZ 12.1 8.07 33.72 -
YUV 81.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 89 62 159 0.44 0.61 0 0.38 256.7 0.44 0.43
Hex 59 3E 9F 2C 3D 0 26 101 2C 2B
Octal 131 76 237 54 75 0 46 401 54 53
Binary 1011001 111110 10011111 101100 111101 0 100110 100000001 101100 101011

Color Harmonies of #593E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593E9F

Black with #593E9F

Text Example


Text Example

White with #593E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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