Html Css Color HEX #593594 Daisy Bush

📋 copy color: '#593594'

red 89 ◦ green 53 ◦ blue 148

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

Shades of Daisy Bush #593594

Tints of Daisy Bush #593594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 30.69%
G = 18.28%
B = 51.03%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#593594 (or 0x593594) is known color: Daisy Bush. HEX triplet: 59, 35 and 94. RGB value is (89,53,148). Sum of RGB (Red+Green+Blue) = 89+53+148=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #593594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593594 is #A6CA6B. Grayscale: #4A4A4A. Windows color (decimal): -10930796 or 9712985. OLE color: 9712985.

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

Color convert

RGB 89 53 148 -
CMYK 0.40 0.64 0 0.42
HSL 262.74º 0.47% 0.39% -
HSV(B) 262.74º 0.64% 0.58% -
XYZ 10.74 6.81 28.77 -
YUV 74.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 89 53 148 0.40 0.64 0 0.42 262.74 0.47 0.39
Hex 59 35 94 28 40 0 2A 107 2F 27
Octal 131 65 224 50 100 0 52 407 57 47
Binary 1011001 110101 10010100 101000 1000000 0 101010 100000111 101111 100111

Color Harmonies of #593594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593594

Black with #593594

Text Example


Text Example

White with #593594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593594; }

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

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

background-color css

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

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

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

border-color css

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

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

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