Html Css Color HEX #593CA2 Daisy Bush

📋 copy color: '#593CA2'

red 89 ◦ green 60 ◦ blue 162

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

Shades of Daisy Bush #593CA2

Tints of Daisy Bush #593CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.09%

R = 28.62%
G = 19.29%
B = 52.09%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#593CA2 (or 0x593CA2) is known color: Daisy Bush. HEX triplet: 59, 3C and A2. RGB value is (89,60,162). Sum of RGB (Red+Green+Blue) = 89+60+162=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #593CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CA2 is #A6C35D. Grayscale: #4F4F4F. Windows color (decimal): -10928990 or 10632281. OLE color: 10632281.

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

Color convert

RGB 89 60 162 -
CMYK 0.45 0.63 0 0.36
HSL 257.06º 0.46% 0.44% -
HSV(B) 257.06º 0.63% 0.64% -
XYZ 12.26 7.96 35.07 -
YUV 80.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 89 60 162 0.45 0.63 0 0.36 257.06 0.46 0.44
Hex 59 3C A2 2D 3F 0 24 101 2E 2C
Octal 131 74 242 55 77 0 44 401 56 54
Binary 1011001 111100 10100010 101101 111111 0 100100 100000001 101110 101100

Color Harmonies of #593CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CA2

Black with #593CA2

Text Example


Text Example

White with #593CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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