Html Css Color HEX #5E49DE Slate Blue

📋 copy color: '#5E49DE'

red 94 ◦ green 73 ◦ blue 222

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

Shades of Slate Blue #5E49DE

Tints of Slate Blue #5E49DE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

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

R = 24.16%
G = 18.77%
B = 57.07%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E49DE (or 0x5E49DE) is known color: Slate Blue. HEX triplet: 5E, 49 and DE. RGB value is (94,73,222). Sum of RGB (Red+Green+Blue) = 94+73+222=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E49DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E49DE is #A1B621. Grayscale: #5F5F5F. Windows color (decimal): -10597922 or 14567774. OLE color: 14567774.

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

Color convert

RGB 94 73 222 -
CMYK 0.58 0.67 0 0.13
HSL 248.46º 0.69% 0.58% -
HSV(B) 248.46º 0.67% 0.87% -
XYZ 20.18 12.42 70.44 -
YUV 96.27 198.96 126.38 -
System Red Green Blue C M Y K H S L
Decimal 94 73 222 0.58 0.67 0 0.13 248.46 0.69 0.58
Hex 5E 49 DE 3A 43 0 D F8 45 3A
Octal 136 111 336 72 103 0 15 370 105 72
Binary 1011110 1001001 11011110 111010 1000011 0 1101 11111000 1000101 111010

Color Harmonies of #5E49DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E49DE

Black with #5E49DE

Text Example


Text Example

White with #5E49DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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