Html Css Color HEX #593A9D Daisy Bush

📋 copy color: '#593A9D'

red 89 ◦ green 58 ◦ blue 157

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

Shades of Daisy Bush #593A9D

Tints of Daisy Bush #593A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 157 (61.72% from 255) = 51.64%

R = 29.28%
G = 19.08%
B = 51.64%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#593A9D (or 0x593A9D) is known color: Daisy Bush. HEX triplet: 59, 3A and 9D. RGB value is (89,58,157). Sum of RGB (Red+Green+Blue) = 89+58+157=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #593A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A9D is #A6C562. Grayscale: #4E4E4E. Windows color (decimal): -10929507 or 10304089. OLE color: 10304089.

HSL color Cylindrical-coordinate representation of color #593A9D: hue angle of 258.79º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #593A9D is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 58 157 -
CMYK 0.43 0.63 0 0.38
HSL 258.79º 0.46% 0.42% -
HSV(B) 258.79º 0.63% 0.62% -
XYZ 11.72 7.58 32.74 -
YUV 78.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 89 58 157 0.43 0.63 0 0.38 258.79 0.46 0.42
Hex 59 3A 9D 2B 3F 0 26 103 2E 2A
Octal 131 72 235 53 77 0 46 403 56 52
Binary 1011001 111010 10011101 101011 111111 0 100110 100000011 101110 101010

Color Harmonies of #593A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A9D

Black with #593A9D

Text Example


Text Example

White with #593A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593A9D; }

 p { color: rgb(89,58,157); }

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

background-color css

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

 a { background-color: rgb(89,58,157); }

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

border-color css

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

 span { border-color: rgb(89,58,157); }

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