Html Css Color HEX #593DA5 Daisy Bush

📋 copy color: '#593DA5'

red 89 ◦ green 61 ◦ blue 165

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

Shades of Daisy Bush #593DA5

Tints of Daisy Bush #593DA5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

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

R = 28.25%
G = 19.37%
B = 52.38%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#593DA5 (or 0x593DA5) is known color: Daisy Bush. HEX triplet: 59, 3D and A5. RGB value is (89,61,165). Sum of RGB (Red+Green+Blue) = 89+61+165=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #593DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593DA5 is #A6C25A. Grayscale: #505050. Windows color (decimal): -10928731 or 10829145. OLE color: 10829145.

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

Color convert

RGB 89 61 165 -
CMYK 0.46 0.63 0 0.35
HSL 256.15º 0.46% 0.44% -
HSV(B) 256.15º 0.63% 0.65% -
XYZ 12.58 8.18 36.51 -
YUV 81.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 89 61 165 0.46 0.63 0 0.35 256.15 0.46 0.44
Hex 59 3D A5 2E 3F 0 23 100 2E 2C
Octal 131 75 245 56 77 0 43 400 56 54
Binary 1011001 111101 10100101 101110 111111 0 100011 100000000 101110 101100

Color Harmonies of #593DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DA5

Black with #593DA5

Text Example


Text Example

White with #593DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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