Html Css Color HEX #593099 Daisy Bush

📋 copy color: '#593099'

red 89 ◦ green 48 ◦ blue 153

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

Shades of Daisy Bush #593099

Tints of Daisy Bush #593099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 30.69%
G = 16.55%
B = 52.76%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#593099 (or 0x593099) is known color: Daisy Bush. HEX triplet: 59, 30 and 99. RGB value is (89,48,153). Sum of RGB (Red+Green+Blue) = 89+48+153=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #593099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593099 is #A6CF66. Grayscale: #474747. Windows color (decimal): -10932071 or 10039385. OLE color: 10039385.

HSL color Cylindrical-coordinate representation of color #593099: hue angle of 263.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593099 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 48 153 -
CMYK 0.42 0.69 0 0.4
HSL 263.43º 0.52% 0.39% -
HSV(B) 263.43º 0.69% 0.6% -
XYZ 10.93 6.54 30.82 -
YUV 72.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 89 48 153 0.42 0.69 0 0.4 263.43 0.52 0.39
Hex 59 30 99 2A 45 0 28 107 34 27
Octal 131 60 231 52 105 0 50 407 64 47
Binary 1011001 110000 10011001 101010 1000101 0 101000 100000111 110100 100111

Color Harmonies of #593099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593099

Black with #593099

Text Example


Text Example

White with #593099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593099; }

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

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

background-color css

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

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

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

border-color css

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

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

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