Html Css Color HEX #594699 Daisy Bush

📋 copy color: '#594699'

red 89 ◦ green 70 ◦ blue 153

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

Shades of Daisy Bush #594699

Tints of Daisy Bush #594699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 28.53%
G = 22.44%
B = 49.04%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#594699 (or 0x594699) is known color: Daisy Bush. HEX triplet: 59, 46 and 99. RGB value is (89,70,153). Sum of RGB (Red+Green+Blue) = 89+70+153=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #594699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594699 is #A6B966. Grayscale: #545454. Windows color (decimal): -10926439 or 10045017. OLE color: 10045017.

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

Color convert

RGB 89 70 153 -
CMYK 0.42 0.54 0 0.4
HSL 253.73º 0.37% 0.44% -
HSV(B) 253.73º 0.54% 0.6% -
XYZ 12.06 8.8 31.2 -
YUV 85.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 89 70 153 0.42 0.54 0 0.4 253.73 0.37 0.44
Hex 59 46 99 2A 36 0 28 FE 25 2C
Octal 131 106 231 52 66 0 50 376 45 54
Binary 1011001 1000110 10011001 101010 110110 0 101000 11111110 100101 101100

Color Harmonies of #594699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594699

Black with #594699

Text Example


Text Example

White with #594699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594699; }

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

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

background-color css

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

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

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

border-color css

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

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

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