Html Css Color HEX #594091 Daisy Bush

📋 copy color: '#594091'

red 89 ◦ green 64 ◦ blue 145

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

Shades of Daisy Bush #594091

Tints of Daisy Bush #594091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 29.87%
G = 21.48%
B = 48.66%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#594091 (or 0x594091) is known color: Daisy Bush. HEX triplet: 59, 40 and 91. RGB value is (89,64,145). Sum of RGB (Red+Green+Blue) = 89+64+145=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #594091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594091 is #A6BF6E. Grayscale: #505050. Windows color (decimal): -10927983 or 9519193. OLE color: 9519193.

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

Color convert

RGB 89 64 145 -
CMYK 0.39 0.56 0 0.43
HSL 258.52º 0.39% 0.41% -
HSV(B) 258.52º 0.56% 0.57% -
XYZ 11.06 7.83 27.72 -
YUV 80.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 89 64 145 0.39 0.56 0 0.43 258.52 0.39 0.41
Hex 59 40 91 27 38 0 2B 103 27 29
Octal 131 100 221 47 70 0 53 403 47 51
Binary 1011001 1000000 10010001 100111 111000 0 101011 100000011 100111 101001

Color Harmonies of #594091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594091

Black with #594091

Text Example


Text Example

White with #594091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594091; }

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

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

background-color css

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

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

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

border-color css

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

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

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