Html Css Color HEX #594592 Daisy Bush

📋 copy color: '#594592'

red 89 ◦ green 69 ◦ blue 146

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

Shades of Daisy Bush #594592

Tints of Daisy Bush #594592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 29.28%
G = 22.7%
B = 48.03%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#594592 (or 0x594592) is known color: Daisy Bush. HEX triplet: 59, 45 and 92. RGB value is (89,69,146). Sum of RGB (Red+Green+Blue) = 89+69+146=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #594592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594592 is #A6BA6D. Grayscale: #535353. Windows color (decimal): -10926702 or 9586009. OLE color: 9586009.

HSL color Cylindrical-coordinate representation of color #594592: hue angle of 255.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #594592 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 69 146 -
CMYK 0.39 0.53 0 0.43
HSL 255.58º 0.36% 0.42% -
HSV(B) 255.58º 0.53% 0.57% -
XYZ 11.44 8.46 28.22 -
YUV 83.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 89 69 146 0.39 0.53 0 0.43 255.58 0.36 0.42
Hex 59 45 92 27 35 0 2B 100 24 2A
Octal 131 105 222 47 65 0 53 400 44 52
Binary 1011001 1000101 10010010 100111 110101 0 101011 100000000 100100 101010

Color Harmonies of #594592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594592

Black with #594592

Text Example


Text Example

White with #594592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594592; }

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

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

background-color css

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

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

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

border-color css

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

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

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