Html Css Color HEX #593D99 Daisy Bush

📋 copy color: '#593D99'

red 89 ◦ green 61 ◦ blue 153

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

Shades of Daisy Bush #593D99

Tints of Daisy Bush #593D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

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

R = 29.37%
G = 20.13%
B = 50.5%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#593D99 (or 0x593D99) is known color: Daisy Bush. HEX triplet: 59, 3D and 99. RGB value is (89,61,153). Sum of RGB (Red+Green+Blue) = 89+61+153=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #593D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593D99 is #A6C266. Grayscale: #4F4F4F. Windows color (decimal): -10928743 or 10042713. OLE color: 10042713.

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

Color convert

RGB 89 61 153 -
CMYK 0.42 0.60 0 0.4
HSL 258.26º 0.43% 0.42% -
HSV(B) 258.26º 0.6% 0.6% -
XYZ 11.54 7.76 31.03 -
YUV 79.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 89 61 153 0.42 0.60 0 0.4 258.26 0.43 0.42
Hex 59 3D 99 2A 3C 0 28 102 2B 2A
Octal 131 75 231 52 74 0 50 402 53 52
Binary 1011001 111101 10011001 101010 111100 0 101000 100000010 101011 101010

Color Harmonies of #593D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D99

Black with #593D99

Text Example


Text Example

White with #593D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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