Html Css Color HEX #593F99 Daisy Bush

📋 copy color: '#593F99'

red 89 ◦ green 63 ◦ blue 153

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

Shades of Daisy Bush #593F99

Tints of Daisy Bush #593F99

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 29.18%
G = 20.66%
B = 50.16%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#593F99 (or 0x593F99) is known color: Daisy Bush. HEX triplet: 59, 3F and 99. RGB value is (89,63,153). Sum of RGB (Red+Green+Blue) = 89+63+153=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #593F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593F99 is #A6C066. Grayscale: #505050. Windows color (decimal): -10928231 or 10043225. OLE color: 10043225.

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

Color convert

RGB 89 63 153 -
CMYK 0.42 0.59 0 0.4
HSL 257.33º 0.42% 0.42% -
HSV(B) 257.33º 0.59% 0.6% -
XYZ 11.65 7.98 31.06 -
YUV 81.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 89 63 153 0.42 0.59 0 0.4 257.33 0.42 0.42
Hex 59 3F 99 2A 3B 0 28 101 2A 2A
Octal 131 77 231 52 73 0 50 401 52 52
Binary 1011001 111111 10011001 101010 111011 0 101000 100000001 101010 101010

Color Harmonies of #593F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593F99

Black with #593F99

Text Example


Text Example

White with #593F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,63,153); }

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

background-color css

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

 a { background-color: rgb(89,63,153); }

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

border-color css

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

 span { border-color: rgb(89,63,153); }

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