Html Css Color HEX #593090 Daisy Bush

📋 copy color: '#593090'

red 89 ◦ green 48 ◦ blue 144

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

Shades of Daisy Bush #593090

Tints of Daisy Bush #593090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 31.67%
G = 17.08%
B = 51.25%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#593090 (or 0x593090) is known color: Daisy Bush. HEX triplet: 59, 30 and 90. RGB value is (89,48,144). Sum of RGB (Red+Green+Blue) = 89+48+144=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #593090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593090 is #A6CF6F. Grayscale: #464646. Windows color (decimal): -10932080 or 9449561. OLE color: 9449561.

HSL color Cylindrical-coordinate representation of color #593090: hue angle of 265.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593090 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 48 144 -
CMYK 0.38 0.67 0 0.44
HSL 265.63º 0.5% 0.38% -
HSV(B) 265.63º 0.67% 0.56% -
XYZ 10.21 6.25 27.05 -
YUV 71.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 89 48 144 0.38 0.67 0 0.44 265.63 0.5 0.38
Hex 59 30 90 26 43 0 2C 10A 32 26
Octal 131 60 220 46 103 0 54 412 62 46
Binary 1011001 110000 10010000 100110 1000011 0 101100 100001010 110010 100110

Color Harmonies of #593090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593090

Black with #593090

Text Example


Text Example

White with #593090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593090; }

 p { color: rgb(89,48,144); }

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

background-color css

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

 a { background-color: rgb(89,48,144); }

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

border-color css

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

 span { border-color: rgb(89,48,144); }

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