Html Css Color HEX #5E49CE Slate Blue

📋 copy color: '#5E49CE'

red 94 ◦ green 73 ◦ blue 206

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

Shades of Slate Blue #5E49CE

Tints of Slate Blue #5E49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 25.2%
G = 19.57%
B = 55.23%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E49CE (or 0x5E49CE) is known color: Slate Blue. HEX triplet: 5E, 49 and CE. RGB value is (94,73,206). Sum of RGB (Red+Green+Blue) = 94+73+206=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E49CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E49CE is #A1B631. Grayscale: #5D5D5D. Windows color (decimal): -10597938 or 13519198. OLE color: 13519198.

HSL color Cylindrical-coordinate representation of color #5E49CE: hue angle of 249.47º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E49CE is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 73 206 -
CMYK 0.54 0.65 0 0.19
HSL 249.47º 0.58% 0.55% -
HSV(B) 249.47º 0.65% 0.81% -
XYZ 18.14 11.6 59.68 -
YUV 94.44 190.96 127.69 -
System Red Green Blue C M Y K H S L
Decimal 94 73 206 0.54 0.65 0 0.19 249.47 0.58 0.55
Hex 5E 49 CE 36 41 0 13 F9 3A 37
Octal 136 111 316 66 101 0 23 371 72 67
Binary 1011110 1001001 11001110 110110 1000001 0 10011 11111001 111010 110111

Color Harmonies of #5E49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E49CE

Black with #5E49CE

Text Example


Text Example

White with #5E49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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