#5b4ee2

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

Shades of Slate Blue #5B4EE2

Tints of Slate Blue #5B4EE2

Color information

#5B4EE2 (or 0x5B4EE2) is unknown color: approx Slate Blue. HEX triplet: 5B, 4E and E2. RGB value is (91,78,226). Sum of RGB (Red+Green+Blue) = 91+78+226=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #5B4EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4EE2 is #A4B11D. Grayscale: #626262. Windows color (decimal): -10793246 or 14831195. OLE color: 14831195.

HSL color Cylindrical-coordinate representation of color #5B4EE2: hue angle of 245.27º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B4EE2 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9178226-
CMYK0.600.6500.11
HSL245.27º71.84%59.61%-
HSV(B)245.27º65.49%88.63%-
XYZ20.7713.1673.4-
YUV98.76199.81122.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.04%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 226 (88.67% from 255) = 57.22%
R=23.04%
G=19.75%
B=57.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91782260.600.6500.11245.2771.8459.61
Hex5B4EE23C410Bf5483c
Octal1331163427410101336511074
Binary1011011100111011100010111100100000101011111101011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b4ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,78,226); }

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

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

 a { background-color: rgb(91,78,226); }

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

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

 span { border-color: rgb(91,78,226); }

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