#5E56DB

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

Shades of Slate Blue #5E56DB

Tints of Slate Blue #5E56DB

Color information

#5E56DB (or 0x5E56DB) is unknown color: approx Slate Blue. HEX triplet: 5E, 56 and DB. RGB value is (94,86,219). Sum of RGB (Red+Green+Blue) = 94+86+219=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56DB is #A1A924. Grayscale: #676767. Windows color (decimal): -10594597 or 14374494. OLE color: 14374494.

HSL color Cylindrical-coordinate representation of color #5E56DB: hue angle of 243.61º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E56DB is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9486219-
CMYK0.570.6100.14
HSL243.61º64.88%59.8%-
HSV(B)243.61º60.73%85.88%-
XYZ20.7314.1568.66-
YUV103.55193.15121.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.56%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 219 (85.94% from 255) = 54.89%
R=23.56%
G=21.55%
B=54.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal94862190.570.6100.14243.6164.8859.8
Hex5E56DB393D0Ef4413c
Octal136126333717501636410174
Binary101111010101101101101111100111110101110111101001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E56DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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