#5E5BC5

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

Shades of Slate Blue #5E5BC5

Tints of Slate Blue #5E5BC5

Color information

#5E5BC5 (or 0x5E5BC5) is unknown color: approx Slate Blue. HEX triplet: 5E, 5B and C5. RGB value is (94,91,197). Sum of RGB (Red+Green+Blue) = 94+91+197=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #5E5BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BC5 is #A1A43A. Grayscale: #676767. Windows color (decimal): -10593339 or 12933982. OLE color: 12933982.

HSL color Cylindrical-coordinate representation of color #5E5BC5: hue angle of 241.7º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E5BC5 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9491197-
CMYK0.520.5400.23
HSL241.7º47.75%56.47%-
HSV(B)241.7º53.81%77.25%-
XYZ18.4413.8954.53-
YUV103.98180.49120.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.61%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 197 (77.34% from 255) = 51.57%
R=24.61%
G=23.82%
B=51.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal94911970.520.5400.23241.747.7556.47
Hex5E5BC53436017f23038
Octal13613330564660273626070
Binary101111010110111100010111010011011001011111110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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