Html Css Color HEX #593CA1 Daisy Bush

📋 copy color: '#593CA1'

red 89 ◦ green 60 ◦ blue 161

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

Shades of Daisy Bush #593CA1

Tints of Daisy Bush #593CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 51.94%

R = 28.71%
G = 19.35%
B = 51.94%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#593CA1 (or 0x593CA1) is known color: Daisy Bush. HEX triplet: 59, 3C and A1. RGB value is (89,60,161). Sum of RGB (Red+Green+Blue) = 89+60+161=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 161 (63.28% from 255 or 51.94% from 310); Max value from RGB is 161 - color contains mainly: blue. Hex color #593CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CA1 is #A6C35E. Grayscale: #4F4F4F. Windows color (decimal): -10928991 or 10566745. OLE color: 10566745.

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

Color convert

RGB 89 60 161 -
CMYK 0.45 0.63 0 0.37
HSL 257.23º 0.46% 0.43% -
HSV(B) 257.23º 0.63% 0.63% -
XYZ 12.17 7.93 34.61 -
YUV 80.19 173.61 134.29 -
System Red Green Blue C M Y K H S L
Decimal 89 60 161 0.45 0.63 0 0.37 257.23 0.46 0.43
Hex 59 3C A1 2D 3F 0 25 101 2E 2B
Octal 131 74 241 55 77 0 45 401 56 53
Binary 1011001 111100 10100001 101101 111111 0 100101 100000001 101110 101011

Color Harmonies of #593CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CA1

Black with #593CA1

Text Example


Text Example

White with #593CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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