Html Css Color HEX #5E46BF Slate Blue

📋 copy color: '#5E46BF'

red 94 ◦ green 70 ◦ blue 191

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

Shades of Slate Blue #5E46BF

Tints of Slate Blue #5E46BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.72%

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

R = 26.48%
G = 19.72%
B = 53.8%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E46BF (or 0x5E46BF) is known color: Slate Blue. HEX triplet: 5E, 46 and BF. RGB value is (94,70,191). Sum of RGB (Red+Green+Blue) = 94+70+191=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E46BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E46BF is #A1B940. Grayscale: #5A5A5A. Windows color (decimal): -10598721 or 12535390. OLE color: 12535390.

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

Color convert

RGB 94 70 191 -
CMYK 0.51 0.63 0 0.25
HSL 251.9º 0.49% 0.51% -
HSV(B) 251.9º 0.63% 0.75% -
XYZ 16.21 10.52 50.47 -
YUV 90.97 184.45 130.16 -
System Red Green Blue C M Y K H S L
Decimal 94 70 191 0.51 0.63 0 0.25 251.9 0.49 0.51
Hex 5E 46 BF 33 3F 0 19 FC 31 33
Octal 136 106 277 63 77 0 31 374 61 63
Binary 1011110 1000110 10111111 110011 111111 0 11001 11111100 110001 110011

Color Harmonies of #5E46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E46BF

Black with #5E46BF

Text Example


Text Example

White with #5E46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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