Html Css Color HEX #5E57CE Slate Blue

📋 copy color: '#5E57CE'

red 94 ◦ green 87 ◦ blue 206

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

Shades of Slate Blue #5E57CE

Tints of Slate Blue #5E57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.48%

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

R = 24.29%
G = 22.48%
B = 53.23%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E57CE (or 0x5E57CE) is known color: Slate Blue. HEX triplet: 5E, 57 and CE. RGB value is (94,87,206). Sum of RGB (Red+Green+Blue) = 94+87+206=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E57CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57CE is #A1A831. Grayscale: #666666. Windows color (decimal): -10594354 or 13522782. OLE color: 13522782.

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

Color convert

RGB 94 87 206 -
CMYK 0.54 0.58 0 0.19
HSL 243.53º 0.55% 0.57% -
HSV(B) 243.53º 0.58% 0.81% -
XYZ 19.16 13.65 60.02 -
YUV 102.66 186.32 121.82 -
System Red Green Blue C M Y K H S L
Decimal 94 87 206 0.54 0.58 0 0.19 243.53 0.55 0.57
Hex 5E 57 CE 36 3A 0 13 F4 37 39
Octal 136 127 316 66 72 0 23 364 67 71
Binary 1011110 1010111 11001110 110110 111010 0 10011 11110100 110111 111001

Color Harmonies of #5E57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57CE

Black with #5E57CE

Text Example


Text Example

White with #5E57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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