Html Css Color HEX #593EDC Slate Blue

📋 copy color: '#593EDC'

red 89 ◦ green 62 ◦ blue 220

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

Shades of Slate Blue #593EDC

Tints of Slate Blue #593EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.71%

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 23.99%
G = 16.71%
B = 59.3%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#593EDC (or 0x593EDC) is known color: Slate Blue. HEX triplet: 59, 3E and DC. RGB value is (89,62,220). Sum of RGB (Red+Green+Blue) = 89+62+220=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #593EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593EDC is #A6C123. Grayscale: #575757. Windows color (decimal): -10928420 or 14433881. OLE color: 14433881.

HSL color Cylindrical-coordinate representation of color #593EDC: hue angle of 250.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593EDC is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 62 220 -
CMYK 0.60 0.72 0 0.14
HSL 250.25º 0.69% 0.55% -
HSV(B) 250.25º 0.72% 0.86% -
XYZ 18.76 10.74 68.79 -
YUV 88.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 89 62 220 0.60 0.72 0 0.14 250.25 0.69 0.55
Hex 59 3E DC 3C 48 0 E FA 45 37
Octal 131 76 334 74 110 0 16 372 105 67
Binary 1011001 111110 11011100 111100 1001000 0 1110 11111010 1000101 110111

Color Harmonies of #593EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593EDC

Black with #593EDC

Text Example


Text Example

White with #593EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,62,220); }

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

background-color css

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

 a { background-color: rgb(89,62,220); }

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

border-color css

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

 span { border-color: rgb(89,62,220); }

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