Html Css Color HEX #594595 Daisy Bush

📋 copy color: '#594595'

red 89 ◦ green 69 ◦ blue 149

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

Shades of Daisy Bush #594595

Tints of Daisy Bush #594595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.53%

R = 28.99%
G = 22.48%
B = 48.53%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#594595 (or 0x594595) is known color: Daisy Bush. HEX triplet: 59, 45 and 95. RGB value is (89,69,149). Sum of RGB (Red+Green+Blue) = 89+69+149=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #594595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594595 is #A6BA6A. Grayscale: #535353. Windows color (decimal): -10926699 or 9782617. OLE color: 9782617.

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

Color convert

RGB 89 69 149 -
CMYK 0.40 0.54 0 0.42
HSL 255º 0.37% 0.43% -
HSV(B) 255º 0.54% 0.58% -
XYZ 11.67 8.55 29.47 -
YUV 84.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 89 69 149 0.40 0.54 0 0.42 255 0.37 0.43
Hex 59 45 95 28 36 0 2A FF 25 2B
Octal 131 105 225 50 66 0 52 377 45 53
Binary 1011001 1000101 10010101 101000 110110 0 101010 11111111 100101 101011

Color Harmonies of #594595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594595

Black with #594595

Text Example


Text Example

White with #594595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594595; }

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

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

background-color css

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

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

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

border-color css

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

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

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