Html Css Color HEX #593A98 Daisy Bush

📋 copy color: '#593A98'

red 89 ◦ green 58 ◦ blue 152

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

Shades of Daisy Bush #593A98

Tints of Daisy Bush #593A98

RGB

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

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

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

R = 29.77%
G = 19.4%
B = 50.84%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#593A98 (or 0x593A98) is known color: Daisy Bush. HEX triplet: 59, 3A and 98. RGB value is (89,58,152). Sum of RGB (Red+Green+Blue) = 89+58+152=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #593A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A98 is #A6C567. Grayscale: #4D4D4D. Windows color (decimal): -10929512 or 9976409. OLE color: 9976409.

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

Color convert

RGB 89 58 152 -
CMYK 0.41 0.62 0 0.40
HSL 259.79º 0.45% 0.41% -
HSV(B) 259.79º 0.62% 0.6% -
XYZ 11.3 7.42 30.54 -
YUV 77.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 89 58 152 0.41 0.62 0 0.40 259.79 0.45 0.41
Hex 59 3A 98 29 3E 0 28 104 2D 29
Octal 131 72 230 51 76 0 50 404 55 51
Binary 1011001 111010 10011000 101001 111110 0 101000 100000100 101101 101001

Color Harmonies of #593A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A98

Black with #593A98

Text Example


Text Example

White with #593A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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