Html Css Color HEX #594594 Daisy Bush

📋 copy color: '#594594'

red 89 ◦ green 69 ◦ blue 148

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

Shades of Daisy Bush #594594

Tints of Daisy Bush #594594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 29.08%
G = 22.55%
B = 48.37%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#594594 (or 0x594594) is known color: Daisy Bush. HEX triplet: 59, 45 and 94. RGB value is (89,69,148). Sum of RGB (Red+Green+Blue) = 89+69+148=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #594594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594594 is #A6BA6B. Grayscale: #535353. Windows color (decimal): -10926700 or 9717081. OLE color: 9717081.

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

Color convert

RGB 89 69 148 -
CMYK 0.40 0.53 0 0.42
HSL 255.19º 0.36% 0.43% -
HSV(B) 255.19º 0.53% 0.58% -
XYZ 11.59 8.52 29.05 -
YUV 83.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 89 69 148 0.40 0.53 0 0.42 255.19 0.36 0.43
Hex 59 45 94 28 35 0 2A FF 24 2B
Octal 131 105 224 50 65 0 52 377 44 53
Binary 1011001 1000101 10010100 101000 110101 0 101010 11111111 100100 101011

Color Harmonies of #594594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594594

Black with #594594

Text Example


Text Example

White with #594594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594594; }

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

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

background-color css

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

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

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

border-color css

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

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

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