Html Css Color HEX #593FDD Slate Blue

📋 copy color: '#593FDD'

red 89 ◦ green 63 ◦ blue 221

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

Shades of Slate Blue #593FDD

Tints of Slate Blue #593FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 23.86%
G = 16.89%
B = 59.25%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#593FDD (or 0x593FDD) is known color: Slate Blue. HEX triplet: 59, 3F and DD. RGB value is (89,63,221). Sum of RGB (Red+Green+Blue) = 89+63+221=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #593FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FDD is #A6C022. Grayscale: #585858. Windows color (decimal): -10928163 or 14499673. OLE color: 14499673.

HSL color Cylindrical-coordinate representation of color #593FDD: hue angle of 249.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #593FDD is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 63 221 -
CMYK 0.60 0.71 0 0.13
HSL 249.87º 0.7% 0.56% -
HSV(B) 249.87º 0.71% 0.87% -
XYZ 18.95 10.9 69.51 -
YUV 88.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 89 63 221 0.60 0.71 0 0.13 249.87 0.7 0.56
Hex 59 3F DD 3C 47 0 D FA 46 38
Octal 131 77 335 74 107 0 15 372 106 70
Binary 1011001 111111 11011101 111100 1000111 0 1101 11111010 1000110 111000

Color Harmonies of #593FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593FDD

Black with #593FDD

Text Example


Text Example

White with #593FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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