Html Css Color HEX #5E56BF Slate Blue

📋 copy color: '#5E56BF'

red 94 ◦ green 86 ◦ blue 191

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

Shades of Slate Blue #5E56BF

Tints of Slate Blue #5E56BF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

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

R = 25.34%
G = 23.18%
B = 51.48%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E56BF (or 0x5E56BF) is known color: Slate Blue. HEX triplet: 5E, 56 and BF. RGB value is (94,86,191). Sum of RGB (Red+Green+Blue) = 94+86+191=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E56BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56BF is #A1A940. Grayscale: #636363. Windows color (decimal): -10594625 or 12539486. OLE color: 12539486.

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

Color convert

RGB 94 86 191 -
CMYK 0.51 0.55 0 0.25
HSL 244.57º 0.45% 0.54% -
HSV(B) 244.57º 0.55% 0.75% -
XYZ 17.35 12.8 50.85 -
YUV 100.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 94 86 191 0.51 0.55 0 0.25 244.57 0.45 0.54
Hex 5E 56 BF 33 37 0 19 F5 2D 36
Octal 136 126 277 63 67 0 31 365 55 66
Binary 1011110 1010110 10111111 110011 110111 0 11001 11110101 101101 110110

Color Harmonies of #5E56BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E56BF

Black with #5E56BF

Text Example


Text Example

White with #5E56BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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