Html Css Color HEX #593FA5 Daisy Bush

📋 copy color: '#593FA5'

red 89 ◦ green 63 ◦ blue 165

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

Shades of Daisy Bush #593FA5

Tints of Daisy Bush #593FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

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

R = 28.08%
G = 19.87%
B = 52.05%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#593FA5 (or 0x593FA5) is known color: Daisy Bush. HEX triplet: 59, 3F and A5. RGB value is (89,63,165). Sum of RGB (Red+Green+Blue) = 89+63+165=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #593FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593FA5 is #A6C05A. Grayscale: #525252. Windows color (decimal): -10928219 or 10829657. OLE color: 10829657.

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

Color convert

RGB 89 63 165 -
CMYK 0.46 0.62 0 0.35
HSL 255.29º 0.45% 0.45% -
HSV(B) 255.29º 0.62% 0.65% -
XYZ 12.69 8.4 36.55 -
YUV 82.4 174.61 132.71 -
System Red Green Blue C M Y K H S L
Decimal 89 63 165 0.46 0.62 0 0.35 255.29 0.45 0.45
Hex 59 3F A5 2E 3E 0 23 FF 2D 2D
Octal 131 77 245 56 76 0 43 377 55 55
Binary 1011001 111111 10100101 101110 111110 0 100011 11111111 101101 101101

Color Harmonies of #593FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593FA5

Black with #593FA5

Text Example


Text Example

White with #593FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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