Html Css Color HEX #593A8A Daisy Bush

📋 copy color: '#593A8A'

red 89 ◦ green 58 ◦ blue 138

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

Shades of Daisy Bush #593A8A

Tints of Daisy Bush #593A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.42%

R = 31.23%
G = 20.35%
B = 48.42%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#593A8A (or 0x593A8A) is known color: Daisy Bush. HEX triplet: 59, 3A and 8A. RGB value is (89,58,138). Sum of RGB (Red+Green+Blue) = 89+58+138=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #593A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A8A is #A6C575. Grayscale: #4C4C4C. Windows color (decimal): -10929526 or 9058905. OLE color: 9058905.

HSL color Cylindrical-coordinate representation of color #593A8A: hue angle of 263.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #593A8A is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 58 138 -
CMYK 0.36 0.58 0 0.46
HSL 263.25º 0.41% 0.38% -
HSV(B) 263.25º 0.58% 0.54% -
XYZ 10.22 6.98 24.85 -
YUV 76.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 89 58 138 0.36 0.58 0 0.46 263.25 0.41 0.38
Hex 59 3A 8A 24 3A 0 2E 107 29 26
Octal 131 72 212 44 72 0 56 407 51 46
Binary 1011001 111010 10001010 100100 111010 0 101110 100000111 101001 100110

Color Harmonies of #593A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A8A

Black with #593A8A

Text Example


Text Example

White with #593A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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