#5e5bbf

Color #5E5BBF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5E5BBF

Tints of Slate Blue #5E5BBF

Color information

#5E5BBF (or 0x5E5BBF) is unknown color: approx Slate Blue. HEX triplet: 5E, 5B and BF. RGB value is (94,91,191). Sum of RGB (Red+Green+Blue) = 94+91+191=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E5BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BBF is #A1A440. Grayscale: #666666. Windows color (decimal): -10593345 or 12540766. OLE color: 12540766.

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

Color convert

RGB9491191-
CMYK0.510.5200.25
HSL241.8º43.86%55.29%-
HSV(B)241.8º52.36%74.9%-
XYZ17.7613.6250.98-
YUV103.3177.49121.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 191 (75% from 255) = 50.80%
R=25%
G=24.20%
B=50.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94911910.510.5200.25241.843.8655.29
Hex5E5BBF3334019f22c37
Octal13613327763640313625467
Binary101111010110111011111111001111010001100111110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e5bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5e5bbf;
 }
 .AnyTagClassName
 {
   color: #5e5bbf;
 }
</style>
background-color css

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

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

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

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

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

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