Html Css Color HEX #594396 Daisy Bush

📋 copy color: '#594396'

red 89 ◦ green 67 ◦ blue 150

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

Shades of Daisy Bush #594396

Tints of Daisy Bush #594396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.02%

R = 29.08%
G = 21.9%
B = 49.02%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#594396 (or 0x594396) is known color: Daisy Bush. HEX triplet: 59, 43 and 96. RGB value is (89,67,150). Sum of RGB (Red+Green+Blue) = 89+67+150=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #594396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594396 is #A6BC69. Grayscale: #525252. Windows color (decimal): -10927210 or 9847641. OLE color: 9847641.

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

Color convert

RGB 89 67 150 -
CMYK 0.41 0.55 0 0.41
HSL 255.9º 0.38% 0.43% -
HSV(B) 255.9º 0.55% 0.59% -
XYZ 11.63 8.34 29.85 -
YUV 83.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 89 67 150 0.41 0.55 0 0.41 255.9 0.38 0.43
Hex 59 43 96 29 37 0 29 100 26 2B
Octal 131 103 226 51 67 0 51 400 46 53
Binary 1011001 1000011 10010110 101001 110111 0 101001 100000000 100110 101011

Color Harmonies of #594396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594396

Black with #594396

Text Example


Text Example

White with #594396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594396; }

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

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

background-color css

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

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

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

border-color css

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

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

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