Html Css Color HEX #594397 Daisy Bush

📋 copy color: '#594397'

red 89 ◦ green 67 ◦ blue 151

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

Shades of Daisy Bush #594397

Tints of Daisy Bush #594397

RGB

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

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

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

R = 28.99%
G = 21.82%
B = 49.19%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#594397 (or 0x594397) is known color: Daisy Bush. HEX triplet: 59, 43 and 97. RGB value is (89,67,151). Sum of RGB (Red+Green+Blue) = 89+67+151=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #594397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594397 is #A6BC68. Grayscale: #525252. Windows color (decimal): -10927209 or 9913177. OLE color: 9913177.

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

Color convert

RGB 89 67 151 -
CMYK 0.41 0.56 0 0.41
HSL 255.71º 0.39% 0.43% -
HSV(B) 255.71º 0.56% 0.59% -
XYZ 11.71 8.37 30.28 -
YUV 83.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 89 67 151 0.41 0.56 0 0.41 255.71 0.39 0.43
Hex 59 43 97 29 38 0 29 100 27 2B
Octal 131 103 227 51 70 0 51 400 47 53
Binary 1011001 1000011 10010111 101001 111000 0 101001 100000000 100111 101011

Color Harmonies of #594397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594397

Black with #594397

Text Example


Text Example

White with #594397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594397; }

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

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

background-color css

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

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

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

border-color css

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

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

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