Html Css Color HEX #594390 Daisy Bush

📋 copy color: '#594390'

red 89 ◦ green 67 ◦ blue 144

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

Shades of Daisy Bush #594390

Tints of Daisy Bush #594390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

 BLUE value IS 144 (56.64% from 255) = 48%

R = 29.67%
G = 22.33%
B = 48%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#594390 (or 0x594390) is known color: Daisy Bush. HEX triplet: 59, 43 and 90. RGB value is (89,67,144). Sum of RGB (Red+Green+Blue) = 89+67+144=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #594390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594390 is #A6BC6F. Grayscale: #525252. Windows color (decimal): -10927216 or 9454425. OLE color: 9454425.

HSL color Cylindrical-coordinate representation of color #594390: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #594390 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 67 144 -
CMYK 0.38 0.53 0 0.44
HSL 257.14º 0.36% 0.41% -
HSV(B) 257.14º 0.53% 0.56% -
XYZ 11.16 8.15 27.37 -
YUV 82.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 89 67 144 0.38 0.53 0 0.44 257.14 0.36 0.41
Hex 59 43 90 26 35 0 2C 101 24 29
Octal 131 103 220 46 65 0 54 401 44 51
Binary 1011001 1000011 10010000 100110 110101 0 101100 100000001 100100 101001

Color Harmonies of #594390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594390

Black with #594390

Text Example


Text Example

White with #594390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594390; }

 p { color: rgb(89,67,144); }

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

background-color css

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

 a { background-color: rgb(89,67,144); }

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

border-color css

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

 span { border-color: rgb(89,67,144); }

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