Html Css Color HEX #593CDE Slate Blue

📋 copy color: '#593CDE'

red 89 ◦ green 60 ◦ blue 222

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

Shades of Slate Blue #593CDE

Tints of Slate Blue #593CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

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

R = 23.99%
G = 16.17%
B = 59.84%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#593CDE (or 0x593CDE) is known color: Slate Blue. HEX triplet: 59, 3C and DE. RGB value is (89,60,222). Sum of RGB (Red+Green+Blue) = 89+60+222=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #593CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CDE is #A6C321. Grayscale: #565656. Windows color (decimal): -10928930 or 14564441. OLE color: 14564441.

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

Color convert

RGB 89 60 222 -
CMYK 0.60 0.73 0 0.13
HSL 250.74º 0.71% 0.55% -
HSV(B) 250.74º 0.73% 0.87% -
XYZ 18.92 10.63 70.16 -
YUV 87.14 204.11 129.33 -
System Red Green Blue C M Y K H S L
Decimal 89 60 222 0.60 0.73 0 0.13 250.74 0.71 0.55
Hex 59 3C DE 3C 49 0 D FB 47 37
Octal 131 74 336 74 111 0 15 373 107 67
Binary 1011001 111100 11011110 111100 1001001 0 1101 11111011 1000111 110111

Color Harmonies of #593CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CDE

Black with #593CDE

Text Example


Text Example

White with #593CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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