Html Css Color HEX #594090 Daisy Bush

📋 copy color: '#594090'

red 89 ◦ green 64 ◦ blue 144

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

Shades of Daisy Bush #594090

Tints of Daisy Bush #594090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 29.97%
G = 21.55%
B = 48.48%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#594090 (or 0x594090) is known color: Daisy Bush. HEX triplet: 59, 40 and 90. RGB value is (89,64,144). Sum of RGB (Red+Green+Blue) = 89+64+144=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #594090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594090 is #A6BF6F. Grayscale: #505050. Windows color (decimal): -10927984 or 9453657. OLE color: 9453657.

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

Color convert

RGB 89 64 144 -
CMYK 0.38 0.56 0 0.44
HSL 258.75º 0.38% 0.41% -
HSV(B) 258.75º 0.56% 0.56% -
XYZ 10.99 7.8 27.31 -
YUV 80.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 89 64 144 0.38 0.56 0 0.44 258.75 0.38 0.41
Hex 59 40 90 26 38 0 2C 103 26 29
Octal 131 100 220 46 70 0 54 403 46 51
Binary 1011001 1000000 10010000 100110 111000 0 101100 100000011 100110 101001

Color Harmonies of #594090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594090

Black with #594090

Text Example


Text Example

White with #594090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594090; }

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

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

background-color css

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

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

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

border-color css

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

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

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