Html Css Color HEX #593192 Daisy Bush

📋 copy color: '#593192'

red 89 ◦ green 49 ◦ blue 146

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

Shades of Daisy Bush #593192

Tints of Daisy Bush #593192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 31.34%
G = 17.25%
B = 51.41%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#593192 (or 0x593192) is known color: Daisy Bush. HEX triplet: 59, 31 and 92. RGB value is (89,49,146). Sum of RGB (Red+Green+Blue) = 89+49+146=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #593192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593192 is #A6CE6D. Grayscale: #474747. Windows color (decimal): -10931822 or 9580889. OLE color: 9580889.

HSL color Cylindrical-coordinate representation of color #593192: hue angle of 264.74º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593192 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 49 146 -
CMYK 0.39 0.66 0 0.43
HSL 264.74º 0.5% 0.38% -
HSV(B) 264.74º 0.66% 0.57% -
XYZ 10.41 6.4 27.88 -
YUV 72.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 89 49 146 0.39 0.66 0 0.43 264.74 0.5 0.38
Hex 59 31 92 27 42 0 2B 109 32 26
Octal 131 61 222 47 102 0 53 411 62 46
Binary 1011001 110001 10010010 100111 1000010 0 101011 100001001 110010 100110

Color Harmonies of #593192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593192

Black with #593192

Text Example


Text Example

White with #593192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593192; }

 p { color: rgb(89,49,146); }

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

background-color css

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

 a { background-color: rgb(89,49,146); }

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

border-color css

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

 span { border-color: rgb(89,49,146); }

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