Html Css Color HEX #5E54BF Slate Blue

📋 copy color: '#5E54BF'

red 94 ◦ green 84 ◦ blue 191

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

Shades of Slate Blue #5E54BF

Tints of Slate Blue #5E54BF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 25.47%
G = 22.76%
B = 51.76%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E54BF (or 0x5E54BF) is known color: Slate Blue. HEX triplet: 5E, 54 and BF. RGB value is (94,84,191). Sum of RGB (Red+Green+Blue) = 94+84+191=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E54BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E54BF is #A1AB40. Grayscale: #626262. Windows color (decimal): -10595137 or 12538974. OLE color: 12538974.

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

Color convert

RGB 94 84 191 -
CMYK 0.51 0.56 0 0.25
HSL 245.61º 0.46% 0.54% -
HSV(B) 245.61º 0.56% 0.75% -
XYZ 17.19 12.48 50.79 -
YUV 99.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 94 84 191 0.51 0.56 0 0.25 245.61 0.46 0.54
Hex 5E 54 BF 33 38 0 19 F6 2E 36
Octal 136 124 277 63 70 0 31 366 56 66
Binary 1011110 1010100 10111111 110011 111000 0 11001 11110110 101110 110110

Color Harmonies of #5E54BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E54BF

Black with #5E54BF

Text Example


Text Example

White with #5E54BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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