Html Css Color HEX #593CA4 Daisy Bush

📋 copy color: '#593CA4'

red 89 ◦ green 60 ◦ blue 164

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

Shades of Daisy Bush #593CA4

Tints of Daisy Bush #593CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.4%

R = 28.43%
G = 19.17%
B = 52.4%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#593CA4 (or 0x593CA4) is known color: Daisy Bush. HEX triplet: 59, 3C and A4. RGB value is (89,60,164). Sum of RGB (Red+Green+Blue) = 89+60+164=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 164 (64.45% from 255 or 52.40% from 313); Max value from RGB is 164 - color contains mainly: blue. Hex color #593CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CA4 is #A6C35B. Grayscale: #505050. Windows color (decimal): -10928988 or 10763353. OLE color: 10763353.

HSL color Cylindrical-coordinate representation of color #593CA4: hue angle of 256.73º 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 #593CA4 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 60 164 -
CMYK 0.46 0.63 0 0.36
HSL 256.73º 0.46% 0.44% -
HSV(B) 256.73º 0.63% 0.64% -
XYZ 12.44 8.04 36.02 -
YUV 80.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 89 60 164 0.46 0.63 0 0.36 256.73 0.46 0.44
Hex 59 3C A4 2E 3F 0 24 101 2E 2C
Octal 131 74 244 56 77 0 44 401 56 54
Binary 1011001 111100 10100100 101110 111111 0 100100 100000001 101110 101100

Color Harmonies of #593CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CA4

Black with #593CA4

Text Example


Text Example

White with #593CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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