Html Css Color HEX #594897 Daisy Bush

📋 copy color: '#594897'

red 89 ◦ green 72 ◦ blue 151

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

Shades of Daisy Bush #594897

Tints of Daisy Bush #594897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 28.53%
G = 23.08%
B = 48.4%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#594897 (or 0x594897) is known color: Daisy Bush. HEX triplet: 59, 48 and 97. RGB value is (89,72,151). Sum of RGB (Red+Green+Blue) = 89+72+151=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #594897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594897 is #A6B768. Grayscale: #555555. Windows color (decimal): -10925929 or 9914457. OLE color: 9914457.

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

Color convert

RGB 89 72 151 -
CMYK 0.41 0.52 0 0.41
HSL 252.91º 0.35% 0.44% -
HSV(B) 252.91º 0.52% 0.59% -
XYZ 12.02 8.99 30.38 -
YUV 86.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 89 72 151 0.41 0.52 0 0.41 252.91 0.35 0.44
Hex 59 48 97 29 34 0 29 FD 23 2C
Octal 131 110 227 51 64 0 51 375 43 54
Binary 1011001 1001000 10010111 101001 110100 0 101001 11111101 100011 101100

Color Harmonies of #594897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594897

Black with #594897

Text Example


Text Example

White with #594897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594897; }

 p { color: rgb(89,72,151); }

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

background-color css

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

 a { background-color: rgb(89,72,151); }

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

border-color css

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

 span { border-color: rgb(89,72,151); }

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