Html Css Color HEX #594597 Daisy Bush

📋 copy color: '#594597'

red 89 ◦ green 69 ◦ blue 151

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

Shades of Daisy Bush #594597

Tints of Daisy Bush #594597

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

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

R = 28.8%
G = 22.33%
B = 48.87%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#594597 (or 0x594597) is known color: Daisy Bush. HEX triplet: 59, 45 and 97. RGB value is (89,69,151). Sum of RGB (Red+Green+Blue) = 89+69+151=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #594597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594597 is #A6BA68. Grayscale: #545454. Windows color (decimal): -10926697 or 9913689. OLE color: 9913689.

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

Color convert

RGB 89 69 151 -
CMYK 0.41 0.54 0 0.41
HSL 254.63º 0.37% 0.43% -
HSV(B) 254.63º 0.54% 0.59% -
XYZ 11.83 8.61 30.32 -
YUV 84.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 89 69 151 0.41 0.54 0 0.41 254.63 0.37 0.43
Hex 59 45 97 29 36 0 29 FF 25 2B
Octal 131 105 227 51 66 0 51 377 45 53
Binary 1011001 1000101 10010111 101001 110110 0 101001 11111111 100101 101011

Color Harmonies of #594597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594597

Black with #594597

Text Example


Text Example

White with #594597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594597; }

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

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

background-color css

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

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

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

border-color css

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

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

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