Html Css Color HEX #5E48BF Slate Blue

📋 copy color: '#5E48BF'

red 94 ◦ green 72 ◦ blue 191

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

Shades of Slate Blue #5E48BF

Tints of Slate Blue #5E48BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.17%

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

R = 26.33%
G = 20.17%
B = 53.5%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E48BF (or 0x5E48BF) is known color: Slate Blue. HEX triplet: 5E, 48 and BF. RGB value is (94,72,191). Sum of RGB (Red+Green+Blue) = 94+72+191=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E48BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48BF is #A1B740. Grayscale: #5B5B5B. Windows color (decimal): -10598209 or 12535902. OLE color: 12535902.

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

Color convert

RGB 94 72 191 -
CMYK 0.51 0.62 0 0.25
HSL 251.09º 0.48% 0.52% -
HSV(B) 251.09º 0.62% 0.75% -
XYZ 16.34 10.78 50.51 -
YUV 92.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 94 72 191 0.51 0.62 0 0.25 251.09 0.48 0.52
Hex 5E 48 BF 33 3E 0 19 FB 30 34
Octal 136 110 277 63 76 0 31 373 60 64
Binary 1011110 1001000 10111111 110011 111110 0 11001 11111011 110000 110100

Color Harmonies of #5E48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48BF

Black with #5E48BF

Text Example


Text Example

White with #5E48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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