Html Css Color HEX #593CA5 Daisy Bush

📋 copy color: '#593CA5'

red 89 ◦ green 60 ◦ blue 165

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

Shades of Daisy Bush #593CA5

Tints of Daisy Bush #593CA5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 165 (64.84% from 255) = 52.55%

R = 28.34%
G = 19.11%
B = 52.55%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#593CA5 (or 0x593CA5) is known color: Daisy Bush. HEX triplet: 59, 3C and A5. RGB value is (89,60,165). Sum of RGB (Red+Green+Blue) = 89+60+165=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #593CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CA5 is #A6C35A. Grayscale: #505050. Windows color (decimal): -10928987 or 10828889. OLE color: 10828889.

HSL color Cylindrical-coordinate representation of color #593CA5: hue angle of 256.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #593CA5 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 60 165 -
CMYK 0.46 0.64 0 0.35
HSL 256.57º 0.47% 0.44% -
HSV(B) 256.57º 0.64% 0.65% -
XYZ 12.53 8.07 36.5 -
YUV 80.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 89 60 165 0.46 0.64 0 0.35 256.57 0.47 0.44
Hex 59 3C A5 2E 40 0 23 101 2F 2C
Octal 131 74 245 56 100 0 43 401 57 54
Binary 1011001 111100 10100101 101110 1000000 0 100011 100000001 101111 101100

Color Harmonies of #593CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CA5

Black with #593CA5

Text Example


Text Example

White with #593CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,60,165); }

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

background-color css

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

 a { background-color: rgb(89,60,165); }

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

border-color css

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

 span { border-color: rgb(89,60,165); }

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