Html Css Color HEX #594094 Daisy Bush

📋 copy color: '#594094'

red 89 ◦ green 64 ◦ blue 148

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

Shades of Daisy Bush #594094

Tints of Daisy Bush #594094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 29.57%
G = 21.26%
B = 49.17%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#594094 (or 0x594094) is known color: Daisy Bush. HEX triplet: 59, 40 and 94. RGB value is (89,64,148). Sum of RGB (Red+Green+Blue) = 89+64+148=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #594094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594094 is #A6BF6B. Grayscale: #505050. Windows color (decimal): -10927980 or 9715801. OLE color: 9715801.

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

Color convert

RGB 89 64 148 -
CMYK 0.40 0.57 0 0.42
HSL 257.86º 0.4% 0.42% -
HSV(B) 257.86º 0.57% 0.58% -
XYZ 11.3 7.93 28.95 -
YUV 81.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 89 64 148 0.40 0.57 0 0.42 257.86 0.4 0.42
Hex 59 40 94 28 39 0 2A 102 28 2A
Octal 131 100 224 50 71 0 52 402 50 52
Binary 1011001 1000000 10010100 101000 111001 0 101010 100000010 101000 101010

Color Harmonies of #594094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594094

Black with #594094

Text Example


Text Example

White with #594094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594094; }

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

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

background-color css

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

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

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

border-color css

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

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

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