Html Css Color HEX #5E56DE Slate Blue

📋 copy color: '#5E56DE'

red 94 ◦ green 86 ◦ blue 222

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

Shades of Slate Blue #5E56DE

Tints of Slate Blue #5E56DE

RGB

 RED value IS 94 (37.11% from 255) = 23.38%

 GREEN value IS 86 (33.98% from 255) = 21.39%

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

R = 23.38%
G = 21.39%
B = 55.22%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E56DE (or 0x5E56DE) is known color: Slate Blue. HEX triplet: 5E, 56 and DE. RGB value is (94,86,222). Sum of RGB (Red+Green+Blue) = 94+86+222=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E56DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56DE is #A1A921. Grayscale: #676767. Windows color (decimal): -10594594 or 14571102. OLE color: 14571102.

HSL color Cylindrical-coordinate representation of color #5E56DE: hue angle of 243.53º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E56DE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 86 222 -
CMYK 0.58 0.61 0 0.13
HSL 243.53º 0.67% 0.6% -
HSV(B) 243.53º 0.61% 0.87% -
XYZ 21.13 14.31 70.76 -
YUV 103.9 194.65 120.94 -
System Red Green Blue C M Y K H S L
Decimal 94 86 222 0.58 0.61 0 0.13 243.53 0.67 0.6
Hex 5E 56 DE 3A 3D 0 D F4 43 3C
Octal 136 126 336 72 75 0 15 364 103 74
Binary 1011110 1010110 11011110 111010 111101 0 1101 11110100 1000011 111100

Color Harmonies of #5E56DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E56DE

Black with #5E56DE

Text Example


Text Example

White with #5E56DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E56DE; }

 p { color: rgb(94,86,222); }

 H1.HeaderClassName
 {
   color: #5E56DE;
 }
 .AnyTagClassName
 {
   color: #5E56DE;
 }
</style>

background-color css

<style>
 a { background-color: #5E56DE; }

 a { background-color: rgb(94,86,222); }

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

border-color css

<style>
 span { border-color: #5E56DE; }

 span { border-color: rgb(94,86,222); }

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