Html Css Color HEX #594093 Daisy Bush

📋 copy color: '#594093'

red 89 ◦ green 64 ◦ blue 147

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

Shades of Daisy Bush #594093

Tints of Daisy Bush #594093

RGB

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

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

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

R = 29.67%
G = 21.33%
B = 49%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#594093 (or 0x594093) is known color: Daisy Bush. HEX triplet: 59, 40 and 93. RGB value is (89,64,147). Sum of RGB (Red+Green+Blue) = 89+64+147=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #594093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594093 is #A6BF6C. Grayscale: #505050. Windows color (decimal): -10927981 or 9650265. OLE color: 9650265.

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

Color convert

RGB 89 64 147 -
CMYK 0.39 0.56 0 0.42
HSL 258.07º 0.39% 0.41% -
HSV(B) 258.07º 0.56% 0.58% -
XYZ 11.22 7.9 28.54 -
YUV 80.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 89 64 147 0.39 0.56 0 0.42 258.07 0.39 0.41
Hex 59 40 93 27 38 0 2A 102 27 29
Octal 131 100 223 47 70 0 52 402 47 51
Binary 1011001 1000000 10010011 100111 111000 0 101010 100000010 100111 101001

Color Harmonies of #594093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594093

Black with #594093

Text Example


Text Example

White with #594093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594093; }

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

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

background-color css

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

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

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

border-color css

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

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

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