Html Css Color HEX #5E4EBF Slate Blue

📋 copy color: '#5E4EBF'

red 94 ◦ green 78 ◦ blue 191

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

Shades of Slate Blue #5E4EBF

Tints of Slate Blue #5E4EBF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 191 (75% from 255) = 52.62%

R = 25.9%
G = 21.49%
B = 52.62%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E4EBF (or 0x5E4EBF) is known color: Slate Blue. HEX triplet: 5E, 4E and BF. RGB value is (94,78,191). Sum of RGB (Red+Green+Blue) = 94+78+191=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E4EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EBF is #A1B140. Grayscale: #5F5F5F. Windows color (decimal): -10596673 or 12537438. OLE color: 12537438.

HSL color Cylindrical-coordinate representation of color #5E4EBF: hue angle of 248.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E4EBF is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 78 191 -
CMYK 0.51 0.59 0 0.25
HSL 248.5º 0.47% 0.53% -
HSV(B) 248.5º 0.59% 0.75% -
XYZ 16.74 11.59 50.64 -
YUV 95.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 94 78 191 0.51 0.59 0 0.25 248.5 0.47 0.53
Hex 5E 4E BF 33 3B 0 19 F8 2F 35
Octal 136 116 277 63 73 0 31 370 57 65
Binary 1011110 1001110 10111111 110011 111011 0 11001 11111000 101111 110101

Color Harmonies of #5E4EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4EBF

Black with #5E4EBF

Text Example


Text Example

White with #5E4EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,78,191); }

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

background-color css

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

 a { background-color: rgb(94,78,191); }

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

border-color css

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

 span { border-color: rgb(94,78,191); }

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