Html Css Color HEX #594293 Daisy Bush

📋 copy color: '#594293'

red 89 ◦ green 66 ◦ blue 147

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

Shades of Daisy Bush #594293

Tints of Daisy Bush #594293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 29.47%
G = 21.85%
B = 48.68%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#594293 (or 0x594293) is known color: Daisy Bush. HEX triplet: 59, 42 and 93. RGB value is (89,66,147). Sum of RGB (Red+Green+Blue) = 89+66+147=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #594293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594293 is #A6BD6C. Grayscale: #515151. Windows color (decimal): -10927469 or 9650777. OLE color: 9650777.

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

Color convert

RGB 89 66 147 -
CMYK 0.39 0.55 0 0.42
HSL 257.04º 0.38% 0.42% -
HSV(B) 257.04º 0.55% 0.58% -
XYZ 11.33 8.13 28.58 -
YUV 82.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 89 66 147 0.39 0.55 0 0.42 257.04 0.38 0.42
Hex 59 42 93 27 37 0 2A 101 26 2A
Octal 131 102 223 47 67 0 52 401 46 52
Binary 1011001 1000010 10010011 100111 110111 0 101010 100000001 100110 101010

Color Harmonies of #594293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594293

Black with #594293

Text Example


Text Example

White with #594293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594293; }

 p { color: rgb(89,66,147); }

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

background-color css

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

 a { background-color: rgb(89,66,147); }

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

border-color css

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

 span { border-color: rgb(89,66,147); }

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