Html Css Color HEX #594199 Daisy Bush

📋 copy color: '#594199'

red 89 ◦ green 65 ◦ blue 153

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

Shades of Daisy Bush #594199

Tints of Daisy Bush #594199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 28.99%
G = 21.17%
B = 49.84%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#594199 (or 0x594199) is known color: Daisy Bush. HEX triplet: 59, 41 and 99. RGB value is (89,65,153). Sum of RGB (Red+Green+Blue) = 89+65+153=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #594199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594199 is #A6BE66. Grayscale: #515151. Windows color (decimal): -10927719 or 10043737. OLE color: 10043737.

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

Color convert

RGB 89 65 153 -
CMYK 0.42 0.58 0 0.4
HSL 256.36º 0.4% 0.43% -
HSV(B) 256.36º 0.58% 0.6% -
XYZ 11.76 8.2 31.1 -
YUV 82.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 89 65 153 0.42 0.58 0 0.4 256.36 0.4 0.43
Hex 59 41 99 2A 3A 0 28 100 28 2B
Octal 131 101 231 52 72 0 50 400 50 53
Binary 1011001 1000001 10011001 101010 111010 0 101000 100000000 101000 101011

Color Harmonies of #594199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594199

Black with #594199

Text Example


Text Example

White with #594199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594199; }

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

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

background-color css

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

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

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

border-color css

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

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

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