Html Css Color HEX #593D8C Daisy Bush

📋 copy color: '#593D8C'

red 89 ◦ green 61 ◦ blue 140

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

Shades of Daisy Bush #593D8C

Tints of Daisy Bush #593D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 30.69%
G = 21.03%
B = 48.28%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#593D8C (or 0x593D8C) is known color: Daisy Bush. HEX triplet: 59, 3D and 8C. RGB value is (89,61,140). Sum of RGB (Red+Green+Blue) = 89+61+140=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #593D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593D8C is #A6C273. Grayscale: #4E4E4E. Windows color (decimal): -10928756 or 9190745. OLE color: 9190745.

HSL color Cylindrical-coordinate representation of color #593D8C: hue angle of 261.27º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #593D8C is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 61 140 -
CMYK 0.36 0.56 0 0.45
HSL 261.27º 0.39% 0.39% -
HSV(B) 261.27º 0.56% 0.55% -
XYZ 10.52 7.35 25.68 -
YUV 78.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 89 61 140 0.36 0.56 0 0.45 261.27 0.39 0.39
Hex 59 3D 8C 24 38 0 2D 105 27 27
Octal 131 75 214 44 70 0 55 405 47 47
Binary 1011001 111101 10001100 100100 111000 0 101101 100000101 100111 100111

Color Harmonies of #593D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D8C

Black with #593D8C

Text Example


Text Example

White with #593D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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