Html Css Color HEX #593F95 Daisy Bush

📋 copy color: '#593F95'

red 89 ◦ green 63 ◦ blue 149

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

Shades of Daisy Bush #593F95

Tints of Daisy Bush #593F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 29.57%
G = 20.93%
B = 49.5%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#593F95 (or 0x593F95) is known color: Daisy Bush. HEX triplet: 59, 3F and 95. RGB value is (89,63,149). Sum of RGB (Red+Green+Blue) = 89+63+149=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #593F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593F95 is #A6C06A. Grayscale: #505050. Windows color (decimal): -10928235 or 9781081. OLE color: 9781081.

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

Color convert

RGB 89 63 149 -
CMYK 0.40 0.58 0 0.42
HSL 258.14º 0.41% 0.42% -
HSV(B) 258.14º 0.58% 0.58% -
XYZ 11.32 7.85 29.35 -
YUV 80.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 89 63 149 0.40 0.58 0 0.42 258.14 0.41 0.42
Hex 59 3F 95 28 3A 0 2A 102 29 2A
Octal 131 77 225 50 72 0 52 402 51 52
Binary 1011001 111111 10010101 101000 111010 0 101010 100000010 101001 101010

Color Harmonies of #593F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593F95

Black with #593F95

Text Example


Text Example

White with #593F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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