Html Css Color HEX #593098 Daisy Bush

📋 copy color: '#593098'

red 89 ◦ green 48 ◦ blue 152

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

Shades of Daisy Bush #593098

Tints of Daisy Bush #593098

RGB

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

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

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

R = 30.8%
G = 16.61%
B = 52.6%

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

#593098 (or 0x593098) is known color: Daisy Bush. HEX triplet: 59, 30 and 98. RGB value is (89,48,152). Sum of RGB (Red+Green+Blue) = 89+48+152=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #593098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593098 is #A6CF67. Grayscale: #474747. Windows color (decimal): -10932072 or 9973849. OLE color: 9973849.

HSL color Cylindrical-coordinate representation of color #593098: hue angle of 263.65º degrees, saturation: 0.52, 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 #593098 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 48 152 -
CMYK 0.41 0.68 0 0.40
HSL 263.65º 0.52% 0.39% -
HSV(B) 263.65º 0.68% 0.6% -
XYZ 10.84 6.5 30.39 -
YUV 72.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 89 48 152 0.41 0.68 0 0.40 263.65 0.52 0.39
Hex 59 30 98 29 44 0 28 108 34 27
Octal 131 60 230 51 104 0 50 410 64 47
Binary 1011001 110000 10011000 101001 1000100 0 101000 100001000 110100 100111

Color Harmonies of #593098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593098

Black with #593098

Text Example


Text Example

White with #593098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593098; }

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

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

background-color css

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

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

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

border-color css

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

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

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