Html Css Color HEX #593F96 Daisy Bush

📋 copy color: '#593F96'

red 89 ◦ green 63 ◦ blue 150

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

Shades of Daisy Bush #593F96

Tints of Daisy Bush #593F96

RGB

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

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

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

R = 29.47%
G = 20.86%
B = 49.67%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#593F96 (or 0x593F96) is known color: Daisy Bush. HEX triplet: 59, 3F and 96. RGB value is (89,63,150). Sum of RGB (Red+Green+Blue) = 89+63+150=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #593F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593F96 is #A6C069. Grayscale: #505050. Windows color (decimal): -10928234 or 9846617. OLE color: 9846617.

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

Color convert

RGB 89 63 150 -
CMYK 0.41 0.58 0 0.41
HSL 257.93º 0.41% 0.42% -
HSV(B) 257.93º 0.58% 0.59% -
XYZ 11.4 7.88 29.77 -
YUV 80.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 89 63 150 0.41 0.58 0 0.41 257.93 0.41 0.42
Hex 59 3F 96 29 3A 0 29 102 29 2A
Octal 131 77 226 51 72 0 51 402 51 52
Binary 1011001 111111 10010110 101001 111010 0 101001 100000010 101001 101010

Color Harmonies of #593F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593F96

Black with #593F96

Text Example


Text Example

White with #593F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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