Html Css Color HEX #593FDE Slate Blue

📋 copy color: '#593FDE'

red 89 ◦ green 63 ◦ blue 222

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

Shades of Slate Blue #593FDE

Tints of Slate Blue #593FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.36%

R = 23.8%
G = 16.84%
B = 59.36%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#593FDE (or 0x593FDE) is known color: Slate Blue. HEX triplet: 59, 3F and DE. RGB value is (89,63,222). Sum of RGB (Red+Green+Blue) = 89+63+222=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #593FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FDE is #A6C021. Grayscale: #585858. Windows color (decimal): -10928162 or 14565209. OLE color: 14565209.

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

Color convert

RGB 89 63 222 -
CMYK 0.60 0.72 0 0.13
HSL 249.81º 0.71% 0.56% -
HSV(B) 249.81º 0.72% 0.87% -
XYZ 19.08 10.95 70.22 -
YUV 88.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 89 63 222 0.60 0.72 0 0.13 249.81 0.71 0.56
Hex 59 3F DE 3C 48 0 D FA 47 38
Octal 131 77 336 74 110 0 15 372 107 70
Binary 1011001 111111 11011110 111100 1001000 0 1101 11111010 1000111 111000

Color Harmonies of #593FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593FDE

Black with #593FDE

Text Example


Text Example

White with #593FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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