Html Css Color HEX #593D9E Daisy Bush

📋 copy color: '#593D9E'

red 89 ◦ green 61 ◦ blue 158

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

Shades of Daisy Bush #593D9E

Tints of Daisy Bush #593D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 28.9%
G = 19.81%
B = 51.3%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#593D9E (or 0x593D9E) is known color: Daisy Bush. HEX triplet: 59, 3D and 9E. RGB value is (89,61,158). Sum of RGB (Red+Green+Blue) = 89+61+158=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #593D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593D9E is #A6C261. Grayscale: #505050. Windows color (decimal): -10928738 or 10370393. OLE color: 10370393.

HSL color Cylindrical-coordinate representation of color #593D9E: hue angle of 257.32º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #593D9E is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 61 158 -
CMYK 0.44 0.61 0 0.38
HSL 257.32º 0.44% 0.43% -
HSV(B) 257.32º 0.61% 0.62% -
XYZ 11.96 7.93 33.25 -
YUV 80.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 89 61 158 0.44 0.61 0 0.38 257.32 0.44 0.43
Hex 59 3D 9E 2C 3D 0 26 101 2C 2B
Octal 131 75 236 54 75 0 46 401 54 53
Binary 1011001 111101 10011110 101100 111101 0 100110 100000001 101100 101011

Color Harmonies of #593D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D9E

Black with #593D9E

Text Example


Text Example

White with #593D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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