Html Css Color HEX #593198 Daisy Bush

📋 copy color: '#593198'

red 89 ◦ green 49 ◦ blue 152

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

Shades of Daisy Bush #593198

Tints of Daisy Bush #593198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 30.69%
G = 16.9%
B = 52.41%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#593198 (or 0x593198) is known color: Daisy Bush. HEX triplet: 59, 31 and 98. RGB value is (89,49,152). Sum of RGB (Red+Green+Blue) = 89+49+152=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #593198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593198 is #A6CE67. Grayscale: #484848. Windows color (decimal): -10931816 or 9974105. OLE color: 9974105.

HSL color Cylindrical-coordinate representation of color #593198: hue angle of 263.3º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593198 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 49 152 -
CMYK 0.41 0.68 0 0.40
HSL 263.3º 0.51% 0.39% -
HSV(B) 263.3º 0.68% 0.6% -
XYZ 10.89 6.59 30.4 -
YUV 72.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 89 49 152 0.41 0.68 0 0.40 263.3 0.51 0.39
Hex 59 31 98 29 44 0 28 107 33 27
Octal 131 61 230 51 104 0 50 407 63 47
Binary 1011001 110001 10011000 101001 1000100 0 101000 100000111 110011 100111

Color Harmonies of #593198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593198

Black with #593198

Text Example


Text Example

White with #593198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593198; }

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

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

background-color css

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

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

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

border-color css

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

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

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