Html Css Color HEX #593EA0 Daisy Bush

📋 copy color: '#593EA0'

red 89 ◦ green 62 ◦ blue 160

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

Shades of Daisy Bush #593EA0

Tints of Daisy Bush #593EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

 BLUE value IS 160 (62.89% from 255) = 51.45%

R = 28.62%
G = 19.94%
B = 51.45%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#593EA0 (or 0x593EA0) is known color: Daisy Bush. HEX triplet: 59, 3E and A0. RGB value is (89,62,160). Sum of RGB (Red+Green+Blue) = 89+62+160=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #593EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593EA0 is #A6C15F. Grayscale: #505050. Windows color (decimal): -10928480 or 10501721. OLE color: 10501721.

HSL color Cylindrical-coordinate representation of color #593EA0: hue angle of 256.53º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #593EA0 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 62 160 -
CMYK 0.44 0.61 0 0.37
HSL 256.53º 0.44% 0.44% -
HSV(B) 256.53º 0.61% 0.63% -
XYZ 12.19 8.11 34.18 -
YUV 81.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 89 62 160 0.44 0.61 0 0.37 256.53 0.44 0.44
Hex 59 3E A0 2C 3D 0 25 101 2C 2C
Octal 131 76 240 54 75 0 45 401 54 54
Binary 1011001 111110 10100000 101100 111101 0 100101 100000001 101100 101100

Color Harmonies of #593EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593EA0

Black with #593EA0

Text Example


Text Example

White with #593EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,62,160); }

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

background-color css

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

 a { background-color: rgb(89,62,160); }

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

border-color css

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

 span { border-color: rgb(89,62,160); }

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